]> Savannah Git Hosting - gnulib.git/commit
fchdir: Fix a compilation error on OS/2 kLIBC (regression 2023-09-29).
authorKO Myung-Hun <komh@chollian.net>
Mon, 2 Oct 2023 14:07:43 +0000 (23:07 +0900)
committerBruno Haible <bruno@clisp.org>
Mon, 2 Oct 2023 18:14:08 +0000 (20:14 +0200)
commitd2ec1d0a19675aee36054467a9ae30072db563f8
tree34d7a120912a86818b8c7fc24b115ad3712b5712
parent78c33a3ed297df7a4e58e7d11d98872922889138
fchdir: Fix a compilation error on OS/2 kLIBC (regression 2023-09-29).

In fdopendir.c, GNULIB_defined_DIR requires REPLACE_FCHDIR to be defined.

* m4/fchdir.m4 (gl_FUNC_FCHDIR): Define REPLACE_FCHDIR macro to 1 if
REPLACE_FCHDIR is 1.
ChangeLog
m4/fchdir.m4