diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/iopl.c')
-rw-r--r-- | libc/sysdeps/linux/arm/iopl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/iopl.c b/libc/sysdeps/linux/arm/iopl.c index 654a4158f..ecb1cd15d 100644 --- a/libc/sysdeps/linux/arm/iopl.c +++ b/libc/sysdeps/linux/arm/iopl.c @@ -21,7 +21,7 @@ #include <sys/io.h> #include <errno.h> -libc_hidden_proto(ioperm) +/* libc_hidden_proto(ioperm) */ #define MAX_PORT 0x10000 |