diff options
author | Roland McGrath <roland@redhat.com> | 1995-05-10 21:57:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-05-10 21:57:56 +0000 |
commit | c18253b59b7178c296fe6def630e7b19a3a83d80 (patch) | |
tree | 0c5cf0bb4a6b1fe113b94bc709f0403ef59cd0cb /glob/glob.c | |
parent | 41177916df1f49dc3619c400a319b658b10f85ee (diff) | |
download | gunmake-c18253b59b7178c296fe6def630e7b19a3a83d80.tar.gz |
Updated from libc
Diffstat (limited to 'glob/glob.c')
-rw-r--r-- | glob/glob.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glob/glob.c b/glob/glob.c index 81f3049..38a6d75 100644 --- a/glob/glob.c +++ b/glob/glob.c @@ -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 |