glibc/nptl/sysdeps
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
..
i386 Reserve new TLS field for x86 and x86_64 2013-05-15 20:20:54 +02:00
powerpc Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread Fix previous commit. 2013-06-08 23:07:18 +02:00
s390 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sh Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sparc Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
unix/sysv/linux x86*: Return syscall error for lll_futex_wake. 2013-06-10 12:05:11 -04:00
x86_64 Reserve new TLS field for x86 and x86_64 2013-05-15 20:20:54 +02:00