mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 08:40:07 +00:00
7329994338
More cancellation handling fixups. * sysdeps/unix/sysv/linux/not-cancel.h: Add waitpid_not_cancel. * sysdeps/generic/not-cancel.h: Likewise. * catgets/open_catalog.c: Use not-cancelable syscalls. * time/Makefile (CFLAGS-getdate.c): Add -fexceptions. * sysdeps/unix/sysv/linux/llseek.c: Must not be cancelable. * sysdeps/unix/syscalls.list: Don't mark lseek as cancelable. * dlfcn/dlfcn.h: Mark dlopen with __THROW again. * io/fcntl.h: Don't mark posix_fallocate with __THROW. * libio/fileops.c: Use not-cancelable syscalls for fclose. * libio/iopopen.c: Use no-cancelable syscalls. * libio/stdio.h: Mark popen and pclose with __THROW again. * misc/Makefile (CFLAGS-syslog.c): Add -fexceptions. * misc/syslog.c: Fix locking and cancellation cleanup handling. * posix/unistd.h: Mark ttyname and ttyname_r again with __THROW. * stdio-common/Makefile (CFLAGS-tmpfile.c, CFLAGS-tmpfile64.c, CFLAGS-tempname.c): Add -fexceptions. * stdlib/Makefile (CFLAGS-mkstemp.c): Add -fexceptions. * string/string.h: Mark strerror and strerror_r with _THROW again. * sysdeps/generic/unwind.inc: New file. Copied from gcc. * sysdeps/generic/unwind-dw2.c: Update from gcc version. Remove #ifs since we now need all the code compiled. * sysdeps/posix/spawni.c: Use close_not_cancel instead of close. * sysdeps/unix/closedir.c: Use not-cancelable syscalls. * sysdeps/unix/opendir.c: Likewise.
66 lines
2.5 KiB
Plaintext
66 lines
2.5 KiB
Plaintext
# File name Caller Syscall name Args Strong name Weak names
|
|
|
|
access - access i:si __access access
|
|
acct - acct i:S acct
|
|
chdir - chdir i:s __chdir chdir
|
|
chmod - chmod i:si __chmod chmod
|
|
chown - chown i:sii __chown __chown_internal chown
|
|
chroot - chroot i:s chroot
|
|
close - close Ci:i __libc_close __close close
|
|
dup - dup i:i __dup dup
|
|
dup2 - dup2 i:ii __dup2 dup2
|
|
fchdir - fchdir i:i __fchdir fchdir
|
|
fcntl - fcntl Ci:iiF __libc_fcntl __fcntl __fcntl_internal fcntl
|
|
fstatfs - fstatfs i:ip __fstatfs fstatfs
|
|
fsync - fsync Ci:i __libc_fsync fsync
|
|
getdomain - getdomainname i:si getdomainname
|
|
getgid - getgid Ei: __getgid getgid
|
|
getgroups - getgroups i:ip __getgroups getgroups
|
|
getitimer - getitimer i:ip __getitimer getitimer
|
|
getpid - getpid Ei: __getpid getpid
|
|
getpriority - getpriority i:ii getpriority
|
|
getrlimit - getrlimit i:ip __getrlimit getrlimit
|
|
getuid - getuid Ei: __getuid getuid
|
|
ioctl - ioctl i:iiI __ioctl ioctl
|
|
kill - kill i:ii __kill kill
|
|
link - link i:ss __link link
|
|
lseek - lseek i:iii __libc_lseek __lseek lseek
|
|
mkdir - mkdir i:si __mkdir mkdir
|
|
open - open Ci:siv __libc_open __open open
|
|
profil - profil i:piii __profil profil
|
|
ptrace - ptrace i:iiii ptrace
|
|
read - read Ci:ibn __libc_read __read read
|
|
readlink - readlink i:spi __readlink readlink
|
|
readv - readv Ci:ipi __readv readv
|
|
reboot - reboot i:i reboot
|
|
rename - rename i:ss rename
|
|
rmdir - rmdir i:s __rmdir rmdir
|
|
select - select Ci:iPPPP __select __libc_select select
|
|
setdomain - setdomainname i:si setdomainname
|
|
setegid - setegid i:i __setegid setegid
|
|
seteuid - seteuid i:i __seteuid seteuid
|
|
setgid - setgid i:i __setgid setgid
|
|
setgroups - setgroups i:ip setgroups
|
|
setitimer - setitimer i:ipp __setitimer setitimer
|
|
setpriority - setpriority i:iii setpriority
|
|
setrlimit - setrlimit i:ip __setrlimit setrlimit
|
|
setsid - setsid i: __setsid setsid
|
|
settimeofday - settimeofday i:PP __settimeofday settimeofday
|
|
setuid - setuid i:i __setuid setuid
|
|
sigsuspend - sigsuspend Ci:p sigsuspend
|
|
sstk - sstk b:i sstk
|
|
statfs - statfs i:sp __statfs statfs
|
|
swapoff - swapoff i:s swapoff
|
|
swapon - swapon i:s swapon
|
|
symlink - symlink i:ss __symlink symlink
|
|
sync - sync i: sync
|
|
sys_fstat fxstat fstat i:ip __syscall_fstat
|
|
sys_mknod xmknod mknod i:sii __syscall_mknod
|
|
sys_stat xstat stat i:sp __syscall_stat
|
|
umask - umask i:i __umask umask
|
|
uname - uname i:p __uname uname
|
|
unlink - unlink i:s __unlink unlink
|
|
utimes - utimes i:sp __utimes utimes
|
|
write - write Ci:ibn __libc_write __write write
|
|
writev - writev Ci:ipi __writev writev
|