summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/swapoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/swapoff.c')
-rw-r--r--libc/sysdeps/linux/common/swapoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/swapoff.c b/libc/sysdeps/linux/common/swapoff.c
index a0de283ed..db0b9befc 100644
--- a/libc/sysdeps/linux/common/swapoff.c
+++ b/libc/sysdeps/linux/common/swapoff.c
@@ -12,6 +12,6 @@
#ifdef __NR_swapoff
#include <sys/swap.h>
-_syscall1(int, swapoff, const char *, path);
+_syscall1(int, swapoff, const char *, path)
#endif