(dirfd): Elide prototype if dirfd is a macro.

This commit is contained in:
Jim Meyering 2002-04-12 21:03:28 +00:00
parent 5f057a69d6
commit ad935391c2

View File

@ -22,6 +22,6 @@
#ifndef HAVE_DECL_DIRFD
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL_DIRFD
#if !HAVE_DECL_DIRFD && !defined dirfd
int dirfd (DIR const *);
#endif