projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee7566
)
(dirfd): Elide prototype if dirfd is a macro.
author
Jim Meyering
<jim@meyering.net>
Fri, 12 Apr 2002 21:03:28 +0000
(21:03 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 12 Apr 2002 21:03:28 +0000
(21:03 +0000)
lib/dirfd.h
patch
|
blob
|
history
diff --git
a/lib/dirfd.h
b/lib/dirfd.h
index 01fa28ef5eb245241d8b32d45b2591bce4320e81..422f9766366bf239450642677ebbd2ecca8957d6 100644
(file)
--- a/
lib/dirfd.h
+++ b/
lib/dirfd.h
@@
-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