summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/rmdir.c')
-rw-r--r--libc/sysdeps/linux/common/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/rmdir.c b/libc/sysdeps/linux/common/rmdir.c
index 845b3e371..63c5f2e7e 100644
--- a/libc/sysdeps/linux/common/rmdir.c
+++ b/libc/sysdeps/linux/common/rmdir.c
@@ -12,5 +12,5 @@
libc_hidden_proto(rmdir)
-_syscall1(int, rmdir, const char *, pathname);
+_syscall1(int, rmdir, const char *, pathname)
libc_hidden_def(rmdir)