diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-12 04:41:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-12 04:41:11 +0000 |
commit | c5d758fb1422604d727814b4633c370d2ea7956a (patch) | |
tree | 468292047d5d73c300bc80c9806431ed929abba6 /libc/misc/glob/glob64.c | |
parent | 6bfc63117c7e35b1d72c0bbbd94f53710ce000c6 (diff) |
Don't make two copies
Diffstat (limited to 'libc/misc/glob/glob64.c')
-rw-r--r-- | libc/misc/glob/glob64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/glob/glob64.c b/libc/misc/glob/glob64.c index c053de4f0..5829fec14 100644 --- a/libc/misc/glob/glob64.c +++ b/libc/misc/glob/glob64.c @@ -30,6 +30,8 @@ #define stat stat64 #define lstat lstat64 +#define __GLOB64 1 + #include "glob.c" #endif |