aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-03 06:25:38 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-03 06:25:38 +0000
commitaab1c772bf0baa7a635149480feb3f51c20a2a05 (patch)
treec5b6db1b5679e30412e98c80bac952623d4f8ab4 /sysdeps
parentbbe0c227a0808ce8e9d11c9a10077c3658dd1705 (diff)
downloadglibc-aab1c772bf0baa7a635149480feb3f51c20a2a05.tar
glibc-aab1c772bf0baa7a635149480feb3f51c20a2a05.tar.gz
glibc-aab1c772bf0baa7a635149480feb3f51c20a2a05.tar.bz2
glibc-aab1c772bf0baa7a635149480feb3f51c20a2a05.zip
Update.
1998-04-03 06:22 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels before 2.1.92.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/getcwd.c1
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