diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/getcwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/getcwd.c b/sysdeps/unix/sysv/linux/getcwd.c index fb483ac076..b34960eac9 100644 --- a/sysdeps/unix/sysv/linux/getcwd.c +++ b/sysdeps/unix/sysv/linux/getcwd.c @@ -40,6 +40,7 @@ extern int __syscall_getcwd (char *buf, unsigned long size); static int no_syscall_getcwd; static int no_new_dcache = 1; #else +# define no_syscall_getcwd 1 static int no_new_dcache; #endif |