diff modules/dirent @ 13508:abc6ebd285a3

dirfd: Avoid link error on AIX 7.1.
author Bruno Haible <bruno@clisp.org>
date Fri, 30 Jul 2010 23:54:44 +0200 (2010-07-30)
parents c47c56095752
children a19ace3ba849
line wrap: on
line diff
--- a/modules/dirent
+++ b/modules/dirent
@@ -36,6 +36,7 @@
 	      -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
 	      -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
 	      -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
+	      -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
 	      -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
 	      -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
 	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \