mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 18:31:04 +00:00
3944c61bdf
and add _nocancel variants. * sysdeps/mach/hurd/pread64.c (__libc_pread64): Call __pread64_nocancel surrounded by enabling async cancel, to replace implementation moved to... * sysdeps/mach/hurd/pread64_nocancel.c (__pread64_nocancel): ... here. * sysdeps/mach/hurd/read.c (__libc_read): Call __read_nocancel surrounded by enabling async cancel, to replace implementation moved to... * sysdeps/mach/hurd/read_nocancel.c (__read_nocancel): ... here. * sysdeps/mach/hurd/Makefile (sysdep_routines): Add read_nocancel and pread64_nocancel. * sysdeps/mach/hurd/not-cancel.h (__read_nocancel, __pread64_nocancel): Replace macros with prototypes with a hidden proto on libc. * sysdeps/mach/hurd/dl-sysdep.c: Include <not-cancel.h>. (__pread64_nocancel): New alias, check that it is not hidden. (__read_nocancel): New alias, check that it is not hidden. * sysdeps/mach/hurd/Versions (libc.GLIBC_PRIVATE): Add __read_nocancel and __pread64_nocancel. (ld.GLIBC_2.1): Add __pread64. (ld.GLIBC_PRIVATE): Add __read_nocancel and __pread64_nocancel. * sysdeps/mach/hurd/i386/ld.abilist (__pread64): Add symbol. * sysdeps/mach/hurd/i386/localplt.data (__read_nocancel, __pread64, __pread64_nocancel): Add references. |
||
---|---|---|
.. | ||
bits | ||
htl | ||
sys | ||
____longjmp_chk.S | ||
__longjmp.S | ||
c++-types.data | ||
dl-machine.h | ||
exc2signal.c | ||
getcontext.S | ||
Implies | ||
init-first.c | ||
intr-msg.h | ||
ioperm.c | ||
jmp_buf-macros.h | ||
ld.abilist | ||
libanl.abilist | ||
libBrokenLocale.abilist | ||
libc.abilist | ||
libcrypt.abilist | ||
libdl.abilist | ||
libm.abilist | ||
libnsl.abilist | ||
libpthread.abilist | ||
libresolv.abilist | ||
librt.abilist | ||
libutil.abilist | ||
localplt.data | ||
longjmp-ts.c | ||
makecontext.S | ||
Makefile | ||
setcontext.S | ||
sigcontextinfo.h | ||
signal-defines.sym | ||
sigreturn.c | ||
static-start.S | ||
swapcontext.S | ||
tls.h | ||
tlsdesc.sym | ||
trampoline.c | ||
ucontext_i.sym | ||
Versions |