|
@@ -738,7 +738,6 @@ _syscall2(int, fstatfs, int, fd, struct statfs *, buf);
|
|
|
|
|
|
|
|
|
#ifdef L_ioperm
|
|
|
-#include <sys/io.h>
|
|
|
# if defined __UCLIBC_HAS_MMU__ && defined __NR_ioperm
|
|
|
_syscall3(int, ioperm, unsigned long, from, unsigned long, num, int, turn_on);
|
|
|
# else
|
|
@@ -862,7 +861,6 @@ int fstat(int filedes, struct libc_stat *buf)
|
|
|
|
|
|
|
|
|
#ifdef L_iopl
|
|
|
-#include <sys/io.h>
|
|
|
|
|
|
# if defined __UCLIBC_HAS_MMU__ && defined __NR_iopl && ! defined(__mc68000__)
|
|
|
_syscall1(int, iopl, int, level);
|