]> sourceware.org Git - glibc.git/commitdiff
(S_ISDIR): Define if undefined. cvs/make-3-73-3 cvs/make-3-74
authorRoland McGrath <roland@gnu.org>
Sat, 29 Apr 1995 19:46:34 +0000 (19:46 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 29 Apr 1995 19:46:34 +0000 (19:46 +0000)
posix/glob.c

index 81f3049cb27119510ce6f64014968324b54076e6..38a6d75ab2e6d215375f9a8da5cf642f71388792 100644 (file)
@@ -181,6 +181,8 @@ extern char *alloca ();
 #endif
 #ifdef STAT_MACROS_BROKEN
 #undef S_ISDIR
+#endif
+#ifndef S_ISDIR
 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
 #endif
 #endif
This page took 0.050294 seconds and 5 git commands to generate.