mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
edb570bb87
1998-12-20 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add implementation. * sysdeps/unix/sysv/linux/arm/syscalls.list: Remove wrappers for now-inlined calls. 1998-12-22 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/arm/ioperm.c: New file. Implementation of inb, outb etc for ARM systems. * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise. * sysdeps/unix/sysv/linux/arm/Versions: Add appropriate entries for the above.
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
libc {
|
|
GLIBC_2.1 {
|
|
ioperm; iopl;
|
|
inb; inw; inl;
|
|
outb; outw; outl;
|
|
}
|
|
}
|