mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
ce42435cab
* sysdeps/generic/utmp_file.c: Use not-cancelable syscalls all over the place. It would be allowed to have these fucntions as cancellation points but the cleanup would be ugly and a lot of work. * sysdeps/generic/not-cancel.h (fcntl_not_cancel): Define. * sysdeps/unix/sysv/linux/not-cancel.h (fcntl_not_cancel): Define. * include/fcntl.h (__fcntl_nocancel): Declare. * sysdeps/unix/sysv/linux/fcntl.c: New file. * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Only enable cancellation if absolutely needed. (__fcntl_nocancel): Define. * posix/unistd.h (gethostid): Remove __THROW. Clarify comment. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gethostid.c): Add -fexceptions. * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Use extend_alloca. * resolv/res_init.c (__res_nclose): Use close_not_cancel_no_status instead of __close. |
||
---|---|---|
.. | ||
bits | ||
sys | ||
_exit.S | ||
alphasort64.c | ||
bp-thunks.h | ||
brk.c | ||
chown.c | ||
clone.S | ||
Dist | ||
dl-librecon.h | ||
dl-procinfo.c | ||
dl-procinfo.h | ||
fchown.c | ||
fcntl.c | ||
fxstat.c | ||
get_clockfreq.c | ||
getcontext.S | ||
getdents64.c | ||
getegid.c | ||
geteuid.c | ||
getgid.c | ||
getgroups.c | ||
getmsg.c | ||
getresgid.c | ||
getresuid.c | ||
getrlimit64.c | ||
getrlimit.c | ||
getuid.c | ||
glob64.c | ||
lchown.c | ||
ldconfig.h | ||
lockf64.c | ||
lxstat.c | ||
makecontext.S | ||
Makefile | ||
mmap64.S | ||
mmap.S | ||
msgctl.c | ||
olddirent.h | ||
oldgetrlimit64.c | ||
posix_fadvise64.S | ||
profil-counter.h | ||
putmsg.c | ||
readdir64_r.c | ||
readdir64.c | ||
readelflib.c | ||
register-dump.h | ||
scandir64.c | ||
semctl.c | ||
semtimedop.S | ||
setcontext.S | ||
setegid.c | ||
seteuid.c | ||
setfsgid.c | ||
setfsuid.c | ||
setgid.c | ||
setgroups.c | ||
setregid.c | ||
setresgid.c | ||
setresuid.c | ||
setreuid.c | ||
setrlimit.c | ||
setuid.c | ||
shmctl.c | ||
sigaction.c | ||
sigcontextinfo.h | ||
socket.S | ||
swapcontext.S | ||
syscall.S | ||
syscalls.list | ||
sysdep.h | ||
sysdep.S | ||
ucontext_i.h | ||
Versions | ||
versionsort64.c | ||
vfork.S | ||
xstat.c |