X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdirent.in.h;h=e6849286b176bacaf8754946e4245e8473f1698a;hb=23737e3dd01ef6ac0ae9134300a4c66807ae00d2;hp=3989a2546e923046af5d73853aaa454cc23836d1;hpb=e046ffb123d352dec87f91fc638490572ef4d31d;p=gnulib.git diff --git a/lib/dirent.in.h b/lib/dirent.in.h index 3989a2546..e6849286b 100644 --- a/lib/dirent.in.h +++ b/lib/dirent.in.h @@ -77,7 +77,7 @@ _GL_WARN_ON_USE (dirfd, "dirfd is unportable - " _GL_FUNCDECL_RPL (fdopendir, DIR *, (int fd)); _GL_CXXALIAS_RPL (fdopendir, DIR *, (int fd)); # else -# if !@HAVE_FDOPENDIR@ +# if !@HAVE_FDOPENDIR@ || !@HAVE_DECL_FDOPENDIR@ _GL_FUNCDECL_SYS (fdopendir, DIR *, (int fd)); # endif _GL_CXXALIAS_SYS (fdopendir, DIR *, (int fd));