mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 19:37:58 +00:00
(closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
This commit is contained in:
parent
6daed836c4
commit
1db6401ccd
1 changed files with 2 additions and 2 deletions
|
|
@ -2989,7 +2989,7 @@ char *sys_siglist[NSIG + 1] =
|
|||
|
||||
#include <dirent.h>
|
||||
|
||||
#if defined(INTERRUPTIBLE_CLOSE) || !defined(HAVE_CLOSEDIR)
|
||||
#if defined(BROKEN_CLOSEDIR) || !defined(HAVE_CLOSEDIR)
|
||||
|
||||
int
|
||||
closedir (dirp)
|
||||
|
|
@ -3009,7 +3009,7 @@ closedir (dirp)
|
|||
|
||||
return rtnval;
|
||||
}
|
||||
#endif /* INTERRUPTIBLE_CLOSE or not HAVE_CLOSEDIR */
|
||||
#endif /* BROKEN_CLOSEDIR or not HAVE_CLOSEDIR */
|
||||
#endif /* SYSV_SYSTEM_DIR */
|
||||
|
||||
#ifdef NONSYSTEM_DIR_LIBRARY
|
||||
|
|
|
|||
Loading…
Reference in a new issue