glibc/nptl/sysdeps/unix/sysv/linux/x86_64
Carlos O'Donell be11d71394 x86*: Return syscall error for lll_futex_wake.
It is very very possible that the futex syscall returns an
error and that the caller of lll_futex_wake may want to
look at that error and propagate the failure.

This patch allows a caller to see the syscall error.

There are no users of the syscall error at present, but
future cleanups are now be able to check for the error.

--

nplt/

2013-06-10  Carlos O'Donell  <carlos@redhat.com>

	* sysdeps/unix/sysv/linux/i386/lowlevellock.h
	(lll_futex_wake): Return syscall error.
	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
	(lll_futex_wake): Return syscall error.
2013-06-10 12:05:11 -04:00
..
Implies Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64 2012-05-30 17:29:22 -07:00
Versions
cancellation.S Fix static build when configured with --disable-hidden-plt 2013-04-04 19:43:56 +05:30
clone.S * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
compat-timer.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fork.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
libc-cancellation.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
libc-lowlevellock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
librt-cancellation.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
lowlevellock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
lowlevellock.h x86*: Return syscall error for lll_futex_wake. 2013-06-10 12:05:11 -04:00
lowlevelrobustlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
not-cancel.h
pt-vfork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_barrier_wait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_broadcast.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_signal.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_timedwait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_wait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_once.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_rdlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_timedrdlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_timedwrlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_unlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_wrlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_setaffinity.c * sysdeps/unix/sysv/linux/sched_setaffinity.c 2007-05-10 23:38:55 +00:00
pthread_spin_init.c
pthread_spin_unlock.S
sem_post.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sem_timedwait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sem_trywait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sem_wait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysdep-cancel.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_create.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_delete.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_getoverr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_gettime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_settime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
vfork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00