glibc/sysdeps/unix/sysv/linux/sys
Florian Weimer a1bd5f8673 Linux: Use system call tables during build
Use <arch-syscall.h> instead of <asm/unistd.h> to obtain the system
call numbers.  A few direct includes of <asm/unistd.h> need to be
removed (if the system call numbers are already provided indirectly
by <sysdep.h>) or replaced with <sys/syscall.h>.

Current Linux headers for alpha define the required system call names,
so most of the _NR_* hacks are no longer needed.  For the 32-bit arm
architecture, eliminate the INTERNAL_SYSCALL_ARM macro, now that we
have regular system call names for cacheflush and set_tls.  There are
more such cleanup opportunities for other architectures, but these
cleanups are required to avoid macro redefinition errors during the
build.

For ia64, it is desirable to use <asm/break.h> directly to obtain
the break number for system calls (which is not a system call number
itself).  This requires replacing __BREAK_SYSCALL with
__IA64_BREAK_SYSCALL because the former is defined as an alias in
<asm/unistd.h>, but not in <asm/break.h>.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2020-01-02 10:18:23 +01:00
..
acct.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
epoll.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
eventfd.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fanotify.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fsuid.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
inotify.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
kd.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
klog.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
mount.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pci.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
personality.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
prctl.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
procfs.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ptrace.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
quota.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
raw.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
reboot.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
signalfd.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
soundcard.h
swap.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
syscall.h Linux: Use system call tables during build 2020-01-02 10:18:23 +01:00
sysctl.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
sysinfo.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
timerfd.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
timex.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ttydefaults.h
user.h [BZ #6505] 2008-05-11 00:44:42 +00:00
vt.h