Remove remaining libc5 support code
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user