aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/swap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/swap.h')
-rw-r--r--libc/include/sys/swap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/include/sys/swap.h b/libc/include/sys/swap.h
index e79af97a7..8a30ccef5 100644
--- a/libc/include/sys/swap.h
+++ b/libc/include/sys/swap.h
@@ -38,9 +38,9 @@ __BEGIN_DECLS
#define SWAP_FLAG_PRIO_MASK 0x7fff
#define SWAP_FLAG_PRIO_SHIFT 0
-int swapon(const char*, int) __INTRODUCED_IN(19);
-int swapoff(const char*) __INTRODUCED_IN(19);
+int swapon(const char* __path, int __flags) __INTRODUCED_IN(19);
+int swapoff(const char* __path) __INTRODUCED_IN(19);
__END_DECLS
-#endif /* _SYS_SWAP_H_ */
+#endif