summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getcwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/getcwd.c')
-rw-r--r--libc/sysdeps/linux/common/getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/getcwd.c b/libc/sysdeps/linux/common/getcwd.c
index 512a9e1ee..f8fa3968b 100644
--- a/libc/sysdeps/linux/common/getcwd.c
+++ b/libc/sysdeps/linux/common/getcwd.c
@@ -31,7 +31,7 @@ libc_hidden_proto(stat)
# define __NR___syscall_getcwd __NR_getcwd
static inline
-_syscall2(int, __syscall_getcwd, char *, buf, unsigned long, size);
+_syscall2(int, __syscall_getcwd, char *, buf, unsigned long, size)
#else