summaryrefslogtreecommitdiff
path: root/glob/glob.h
diff options
context:
space:
mode:
authorpsmith <>2005-06-25 23:00:17 +0000
committerpsmith <>2005-06-25 23:00:17 +0000
commit49d476f30fec3547c4f4ee27ec8ec17a89ba257b (patch)
treeb94d0fbd6bd38cfca303ed819844b010c7feeb59 /glob/glob.h
parent0e1c9f055949b6dbebd3feb13e6462a84a715e3d (diff)
downloadmake-49d476f30fec3547c4f4ee27ec8ec17a89ba257b.tar.gz
Fix Savannah bug # 13478. If -L is given, take the latest mtime for a
symlink even if it is "dangling" (it doesn't resolve to a real file).
Diffstat (limited to 'glob/glob.h')
-rw-r--r--glob/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/glob.h b/glob/glob.h
index ca523f7a..b307c252 100644
--- a/glob/glob.h
+++ b/glob/glob.h
@@ -24,7 +24,7 @@ extern "C" {
#undef __ptr_t
#if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32
-# if !defined __GLIBC__ || !defined __P
+# if !defined __GLIBC__
# undef __P
# undef __PMT
# define __P(protos) protos