# HG changeset patch # User Richard M. Stallman # Date 754310427 0 # Node ID af88471e679992e68190580bea267b0302d264f0 # Parent 403fae0cb21b39770f6d41fa6cab038ab3f8f239 (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE. diff -r 403fae0cb21b -r af88471e6799 src/sysdep.c --- a/src/sysdep.c Fri Nov 26 06:35:00 1993 +0000 +++ b/src/sysdep.c Fri Nov 26 10:40:27 1993 +0000 @@ -2989,7 +2989,7 @@ #include -#if defined(INTERRUPTIBLE_CLOSE) || !defined(HAVE_CLOSEDIR) +#if defined(BROKEN_CLOSEDIR) || !defined(HAVE_CLOSEDIR) int closedir (dirp) @@ -3009,7 +3009,7 @@ return rtnval; } -#endif /* INTERRUPTIBLE_CLOSE or not HAVE_CLOSEDIR */ +#endif /* BROKEN_CLOSEDIR or not HAVE_CLOSEDIR */ #endif /* SYSV_SYSTEM_DIR */ #ifdef NONSYSTEM_DIR_LIBRARY