OSDN Git Service

Joseph S. Myers writes:
authorEric Andersen <andersen@codepoet.org>
Thu, 19 Jan 2006 02:23:04 +0000 (02:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 19 Jan 2006 02:23:04 +0000 (02:23 -0000)
commit4535d77b5284b5f96ecc038ed85fcfe1bfda6861
tree53c542532fef49020372c115ca99b4fffd3be8e5
parentb9f2b0fde64b36c304a8019a22509402c63d1838
Joseph S. Myers writes:

libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because
of no declaration of ioperm at the point where libc_hidden_proto(ioperm)
requires one.  Including <sys/io.h> to get the declaration then shows up
that various types are inconsistent with that header; this patch fixes
things so that file compiles.
libc/sysdeps/linux/arm/ioperm.c