From ad935391c27e79af7037142e1ab0394823ee6c2e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Apr 2002 21:03:28 +0000 Subject: (dirfd): Elide prototype if dirfd is a macro. --- lib/dirfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dirfd.h') diff --git a/lib/dirfd.h b/lib/dirfd.h index 01fa28ef5..422f97663 100644 --- 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 -- cgit v1.2.3-54-g00ecf