]> sourceware.org Git - glibc.git/commit
MicroBlaze: negated errors in lowlevellock.h
authorKirk Meyer <kirk.meyer@sencore.com>
Fri, 14 Jun 2013 00:11:02 +0000 (10:11 +1000)
committerDavid Holsgrove <david.holsgrove@xilinx.com>
Fri, 14 Jun 2013 00:26:32 +0000 (10:26 +1000)
commitc396afdfa4a09391533f0e1eb3a765dc43884e85
treea412f5efa1c3357340a34d112b8691c71d869869
parenta58ad3f801960fa0dc0bb1106eb0d99f7ebd77b1
MicroBlaze: negated errors in lowlevellock.h

The macros in lowlevellock.h are returning positive errors, but the
users of the macros expect negative. This causes e.g. sem_wait to
sometimes return an error with errno set to -EWOULDBLOCK.

Signed-off-by: Kirk Meyer <kirk.meyer@sencore.com>
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
ports/ChangeLog.microblaze
ports/sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h
This page took 0.040896 seconds and 5 git commands to generate.