glibc/misc
H.J. Lu e5d19c08d1 Use __pthread_setcancelstate in libc.a
This patch references __pthread_setcancelstate instead of
pthread_setcancelstate in libc.a.

	[BZ #18970]
	* misc/error.c (error): Replace pthread_setcancelstate with
	__pthread_setcancelstate.
	(error_at_line): Likewise.
	* posix/wordexp.c (parse_comm): Likewise.
	* stdlib/fmtmsg.c (fmtmsg): Likewise.
	* nptl/forward.c (pthread_setcancelstate): Renamed to ...
	(__pthread_setcancelstate): This.
	(pthread_setcancelstate): Add an alias.
	* nptl/nptl-init.c (pthread_functions): Replace
	ptr_pthread_setcancelstate with ptr___pthread_setcancelstate.
	* sysdeps/nptl/pthread-functions.h (pthread_functions): Likewise.
	* nptl/pthreadP.h (__pthread_setcancelstate): Mark it with
	hidden_proto.
	* nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Mark
	it with hidden_def.
	* sysdeps/nptl/libc-lockP.h (__pthread_setcancelstate): New.
	(pthread_setcancelstate): Renamed to ...
	(__pthread_setcancelstate): This.
	* sysdeps/unix/sysv/linux/fatal-prepare.h (FATAL_PREPARE): Use
	__libc_ptf_call with __pthread_setcancelstate.
2015-09-17 16:38:54 -07:00
..
bits
sys Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>. 2015-09-15 15:27:58 -07:00
acct.c
ar.h
brk.c
bug-hsearch1.c
chflags.c hurd: fix f?chflags prototypes, declare them and their flags 2015-02-07 21:56:15 +01:00
chroot.c
daemon.c
dirname.c
efgcvt_r.c Fix ecvt_r, fcvt_r namespace (bug 18522). 2015-06-12 10:11:35 +00:00
efgcvt.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
err.c
err.h
error.c Use __pthread_setcancelstate in libc.a 2015-09-17 16:38:54 -07:00
error.h
fchflags.c hurd: fix f?chflags prototypes, declare them and their flags 2015-02-07 21:56:15 +01:00
fdatasync.c
fgetxattr.c
flistxattr.c
fremovexattr.c
fsetxattr.c
fstab.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
fstab.h
fsync.c
ftruncate64.c
ftruncate.c
futimes.c
futimesat.c
getauxval.c
getclktck.c
getdomain.c
getdtsz.c
gethostid.c
gethostname.c
getloadavg.c
getpagesize.c
getpass.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
getsysstats.c
getttyent.c Fix ttyslot namespace (bug 18547). 2015-06-17 20:21:19 +00:00
getusershell.c
getxattr.c
gtty.c
hsearch_r.c Handle overflow in __hcreate_r 2015-08-25 15:08:23 +02:00
hsearch.c Fix search.h namespace (bug 17996). 2015-02-18 18:47:34 +00:00
ifunc-impl-list.c
init-misc.c
insremque.c
ioctl.c
lgetxattr.c
libgen.h
listxattr.c
llistxattr.c
lremovexattr.c
lsearch.c
lsetxattr.c
lutimes.c
madvise.c
Makefile getmntent: fix memory corruption w/blank lines [BZ #18887] 2015-08-29 18:07:00 -04:00
mincore.c
mkdtemp.c
mkostemp64.c
mkostemp.c
mkostemps64.c
mkostemps.c
mkstemp64.c
mkstemp.c
mkstemps64.c
mkstemps.c
mktemp.c Mention mkdtemp as another secure alternative to mktemp 2015-08-27 12:43:45 +00:00
mlock.c
mlockall.c
mmap64.c
mmap.c
mntent_r.c getmntent: fix memory corruption w/blank lines [BZ #18887] 2015-08-29 18:07:00 -04:00
mntent.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
mntent.h
mprotect.c
msync.c
munlock.c
munlockall.c
munmap.c
preadv64.c
preadv.c
pselect.c
ptrace.c
pwritev64.c
pwritev.c
qefgcvt_r.c
qefgcvt.c
readv.c
reboot.c
regexp.c Desupport regexp.h (bug 18681) 2015-08-16 17:34:35 +02:00
regexp.h Desupport regexp.h (bug 18681) 2015-08-16 17:34:35 +02:00
remap_file_pages.c
removexattr.c
revoke.c
sbrk.c Set errno to ENOMEM on overflow in sbrk (bug 18592) 2015-07-07 12:13:50 +02:00
search.h
select.c
setdomain.c
setegid.c
seteuid.c
sethostid.c
sethostname.c
setregid.c
setreuid.c
setxattr.c
sgtty.h
sstk.c
stab.h
stty.c
swapoff.c
swapon.c
sync.c
syncfs.c
syscall.c
syscall.h
sysexits.h
syslog.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
syslog.h
truncate64.c
truncate.c
tsearch.c Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536). 2015-06-17 20:11:58 +00:00
tst-dirname.c
tst-efgcvt.c
tst-error1.c
tst-fdset.c
tst-hsearch.c
tst-insremque.c
tst-mntent2.c
tst-mntent-blank-corrupt.c getmntent: fix memory corruption w/blank lines [BZ #18887] 2015-08-29 18:07:00 -04:00
tst-mntent-blank-passno.c getmntent: fix memory corruption w/blank lines [BZ #18887] 2015-08-29 18:07:00 -04:00
tst-mntent.c getmntent: fix memory corruption w/blank lines [BZ #18887] 2015-08-29 18:07:00 -04:00
tst-pselect.c
tst-tsearch.c Modify several tests to use test-skeleton.c 2015-08-06 02:59:04 -04:00
ttyent.h
ttyslot.c Fix ttyslot namespace (bug 18547). 2015-06-17 20:21:19 +00:00
ualarm.c
usleep.c
ustat.c
ustat.h
utimes.c
Versions regexp.h: update Versions to match file usage [BZ #18681] 2015-08-18 09:28:10 -04:00
vhangup.c
writev.c