]> sourceware.org Git - glibc.git/commit - nptl/ChangeLog
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 3 Sep 2003 02:53:32 +0000 (02:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 3 Sep 2003 02:53:32 +0000 (02:53 +0000)
commit5777d565adb19dd2133c71be65455b8551f3ea43
tree0e6f0683679db5a5adfa30712c3e3b1b80a91e97
parent6df4dd68082f98367720f856264f48dac3328da7
Update.

* sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Also
defined symbol for entry point to avoid cancellation.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO):
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO):
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h (PSEUDO):
Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h (PSEUDO):
Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO):
Likewise.
* sysdeps/unix/sysv/linux/i386/not-cancel.h (__open_nocancel,
__close_nocancel, __read_nocancel, __write_nocancel,
__waitpid_nocancel): Add attribute_hidden.  If not in libc.so,
libpthread.so or librt.so, define to corresponding function
without _nocancel suffix.
* sysdeps/unix/sysv/linux/s390/not-cancel.h: New file.
* sysdeps/unix/sysv/linux/powerpc/not-cancel.h: New file.
* sysdeps/unix/sysv/linux/sparc/not-cancel.h: New file.
12 files changed:
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h
nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
stdio-common/Makefile
This page took 0.698449 seconds and 5 git commands to generate.