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