[zxio][2/2] Transition to new zxio_close()

This change completes the transition to a new signature for
`zxio_close()`.

Bug: 118942
Bug: 102657
Change-Id: I016d6b37473ffc06904407e2adfa0884e613a96a
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/786605
Reviewed-by: Tamir Duberstein <tamird@google.com>
diff --git a/src/util/os_dirent_fuchsia.cpp b/src/util/os_dirent_fuchsia.cpp
index a67cfea..6fabf85 100644
--- a/src/util/os_dirent_fuchsia.cpp
+++ b/src/util/os_dirent_fuchsia.cpp
@@ -52,7 +52,7 @@
          zxio_dirent_iterator_destroy(&iterator);
       }
       if (zxio_init) {
-         zxio_close_new_transitional(&io_storage.io, /*should_wait=*/false);
+         zxio_close(&io_storage.io, /*should_wait=*/true);
       }
    }