OSDN Git Service

syscall: unify common syscall defines
authorMike Frysinger <vapier@gentoo.org>
Fri, 3 Jul 2009 20:44:59 +0000 (16:44 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Jul 2009 01:39:32 +0000 (21:39 -0400)
commitb387d762361e6c109c6a60bced003e72447b0a33
tree990642d77fa3f84f1f0a76998ed51d3a07a0ad76
parentad539e7bc72abfcafeb5c4556a27058fb0d398a9
syscall: unify common syscall defines

Unify all the common syscall defines in syscalls-common.h and scrub all
the duplicated code from relevant ports.  This should also make converting
existing ports to INLINE_SYSCALL() much easier as they don't have to get
lost in all the unrelated noise, as well as creating new ports.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15 files changed:
include/sys/syscall.h
libc/sysdeps/linux/alpha/bits/syscalls.h
libc/sysdeps/linux/arm/bits/syscalls.h
libc/sysdeps/linux/avr32/bits/syscalls.h
libc/sysdeps/linux/bfin/bits/syscalls.h
libc/sysdeps/linux/common/bits/syscalls-common.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/syscalls.h
libc/sysdeps/linux/i386/bits/syscalls.h
libc/sysdeps/linux/ia64/bits/syscalls.h
libc/sysdeps/linux/mips/bits/syscalls.h
libc/sysdeps/linux/powerpc/bits/syscalls.h
libc/sysdeps/linux/sh/bits/syscalls.h
libc/sysdeps/linux/sparc/bits/syscalls.h
libc/sysdeps/linux/x86_64/bits/syscalls.h
libc/sysdeps/linux/xtensa/bits/syscalls.h