aboutsummaryrefslogtreecommitdiff
path: root/util-linux/swaponoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r--util-linux/swaponoff.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index 1f3e930a1..9da70756e 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -28,14 +28,7 @@
#include <string.h>
#include <stdlib.h>
#include <sys/mount.h>
-
-#if __GNU_LIBRARY__ < 5
-/* libc5 doesn't have sys/swap.h, define these here. */
-extern int swapon (__const char *__path, int __flags);
-extern int swapoff (__const char *__path);
-#else
#include <sys/swap.h>
-#endif
#include "busybox.h"