changeset 5189:af88471e6799

(closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Nov 1993 10:40:27 +0000
parents 403fae0cb21b
children ffe0be5b64fa
files src/sysdep.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <dirent.h>
 
-#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