]> Savannah Git Hosting - gnulib.git/commit
Fix bugs on mingw when module dirfd is in use (regression 2023-04-26).
authorBruno Haible <bruno@clisp.org>
Mon, 5 Jun 2023 09:15:37 +0000 (11:15 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Jun 2023 09:15:37 +0000 (11:15 +0200)
commitdc1b410b9ab160fb51f316bdc32def98499d1b17
tree685b0a77eb0dc6fe1925257e27c6644406da8e68
parentbdb7dbf8c8fafb67b1d4fe84ce3ddb74595cb1e8
Fix bugs on mingw when module dirfd is in use (regression 2023-04-26).

* lib/getcwd.c: When GNULIB_defined_DIR, revert to the system's
definitions of opendir, closedir, readdir, rewinddir.
* lib/mountlist.c: When GNULIB_defined_DIR, revert to the system's
definitions of opendir, closedir, readdir.
* lib/scandir.c: Likewise.
* lib/glob.c: Fix comment. When GNULIB_defined_DIR, don't undefine
opendir, closedir.
ChangeLog
lib/getcwd.c
lib/glob.c
lib/mountlist.c
lib/scandir.c