mirror of git://sourceware.org/git/glibc.git
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> |
||
|---|---|---|
| .. | ||
| be | ||
| bits | ||
| le | ||
| nptl | ||
| Implies | ||
| Makefile | ||
| __longjmp.S | ||
| _mcount.S | ||
| abort-instr.h | ||
| asm-syntax.h | ||
| atomic-machine.h | ||
| backtrace.c | ||
| backtrace_linux.c | ||
| bsd-_setjmp.S | ||
| bsd-setjmp.S | ||
| crti.S | ||
| crtn.S | ||
| dl-machine.h | ||
| dl-tls.h | ||
| dl-trampoline.S | ||
| gccframe.h | ||
| jmpbuf-unwind.h | ||
| ldbl-classify-compat.h | ||
| ldsodefs.h | ||
| libc-tls.c | ||
| libm-test-ulps | ||
| libm-test-ulps-name | ||
| machine-gmon.h | ||
| memusage.h | ||
| preconfigure | ||
| preconfigure.ac | ||
| setjmp.S | ||
| sfp-machine.h | ||
| sotruss-lib.c | ||
| stackinfo.h | ||
| start.S | ||
| sysdep.h | ||
| tls-macros.h | ||
| tst-audit.h | ||