mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
4cf0d22305
The new tables are currently only used for consistency checks with the installed kernel headers and the architecture-independent system call names table. They are based on Linux 5.4. The goal is to use these architecture-specific tables to ensure that system call wrappers are available irrespective of the version of the installed kernel headers. The tables are formatted in the form of C header files so that they can be used directly in an #include directive, without external preprocessing. (External preprocessing of a plain table file would introduce cross-subdirectory dependency issues.) However, the intent is that they can still be treated as tables and can be processed by simple tools. The irregular system call names on 32-bit arm add a complication. The <fixup-asm-unistd.h> header is introduced to work around that, and the system calls are listed under regular names in the <arch-syscall.h> file. A make target, update-syscalls-list, is added to patch the glibc sources with data from the current kernel headers. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org> |
||
---|---|---|
.. | ||
____longjmp_chk.c | ||
__makecontext_ret.S | ||
arch-syscall.h | ||
c++-types.data | ||
clone.S | ||
fxstat.c | ||
fxstatat.c | ||
getcontext.S | ||
getutent_r.c | ||
getutent.c | ||
getutid_r.c | ||
getutid.c | ||
getutline_r.c | ||
getutline.c | ||
getutmp.c | ||
getutxent.c | ||
getutxid.c | ||
getutxline.c | ||
glob64-lstat-compat.c | ||
jmp_buf-macros.h | ||
ld.abilist | ||
libBrokenLocale.abilist | ||
libc.abilist | ||
libcrypt.abilist | ||
libdl.abilist | ||
libm.abilist | ||
libnsl.abilist | ||
libpthread.abilist | ||
libresolv.abilist | ||
librt.abilist | ||
libthread_db.abilist | ||
libutil.abilist | ||
login32.c | ||
login.c | ||
lxstat.c | ||
makecontext.c | ||
Makefile | ||
oldglob.c | ||
posix_fadvise64.c | ||
pututxline.c | ||
register-dump.h | ||
setcontext.S | ||
swapcontext.S | ||
syscall.S | ||
syscalls.list | ||
sysdep.h | ||
sysdep.S | ||
updwtmp.c | ||
updwtmpx.c | ||
utmp32.c | ||
utmp32.h | ||
utmp-compat.h | ||
utmp-convert.h | ||
utmpx32.c | ||
utmpx32.h | ||
utmpx-convert.h | ||
Versions | ||
vfork.S | ||
xstat.c |