diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/iopl.c')
-rw-r--r-- | libc/sysdeps/linux/arm/iopl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/arm/iopl.c b/libc/sysdeps/linux/arm/iopl.c index f3d42edb5..df953d3c8 100644 --- a/libc/sysdeps/linux/arm/iopl.c +++ b/libc/sysdeps/linux/arm/iopl.c @@ -22,8 +22,6 @@ #include <errno.h> -#ifdef __NR_iopl - #define MAX_PORT 0x10000 int iopl(int level) @@ -36,5 +34,3 @@ int iopl(int level) return ioperm(0, MAX_PORT, 1); return 0; } - -#endif |