mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
b9f8ac3001
* sysdeps/unix/sysv/linux/i386/Makefile: Add rules for oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/Makefile: Move oldgetrlimit and oldsetrlimit rules into 32-bit arch subdirs. * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
modify_ldt EXTRA modify_ldt 3 __modify_ldt modify_ldt
|
|
vm86 - vm86 1 __vm86 vm86
|
|
oldgetrlimit EXTRA getrlimit 2 __old_getrlimit getrlimit@GLIBC_2.0
|
|
oldsetrlimit EXTRA setrlimit 2 __old_setrlimit setrlimit@GLIBC_2.0
|