1# File name Caller Syscall name Args Strong name Weak names 2 3sigstack - sigstack 2 sigstack 4 5getpriority - getpriority i:ii __getpriority getpriority 6 7# proper socket implementations: 8bind - bind i:ipi __bind bind 9getpeername - getpeername i:ipp __getpeername getpeername 10getsockname - getsockname i:ipp __getsockname getsockname 11listen - listen i:ii __listen listen 12shutdown - shutdown i:ii __shutdown shutdown 13socket - socket i:iii __socket socket 14socketpair - socketpair i:iiif __socketpair socketpair 15 16ptrace - ptrace 4 __ptrace ptrace 17 18# access pci space protected from machine checks: 19pciconfig_read EXTRA pciconfig_read 5 pciconfig_read 20pciconfig_write EXTRA pciconfig_write 5 pciconfig_write 21pciconfig_iobase EXTRA pciconfig_iobase 3 __pciconfig_iobase pciconfig_iobase 22 23# timeval64 entry points (see osf_*.c for GLIBC_2.0 timeval32 equivalents) 24getitimer - getitimer i:ip __getitimer getitimer@@GLIBC_2.1 25setitimer - setitimer i:ipP __setitimer setitimer@@GLIBC_2.1 26utimes - utimes i:sp __utimes utimes@@GLIBC_2.1 27getrusage - getrusage i:ip __getrusage getrusage@@GLIBC_2.1 28