From aab1c772bf0baa7a635149480feb3f51c20a2a05 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Apr 1998 06:25:38 +0000 Subject: Update. 1998-04-03 06:22 Ulrich Drepper * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels before 2.1.92. --- sysdeps/unix/sysv/linux/getcwd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps') 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 -- cgit v1.2.3