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
..
..
2007-12-12 18:41:10 +00:00
2013-06-06 20:36:07 +02:00
2013-05-09 16:15:50 +02:00
2011-10-24 21:43:33 -04:00
2013-03-01 20:45:17 +05:30
2008-05-31 08:56:14 +00:00
2009-10-30 09:35:20 -07:00
2011-09-10 14:34:15 -04:00
2007-08-21 23:55:36 +00:00
2013-06-06 20:36:07 +02:00