about summary refs log tree commit diff
path: root/ports/ChangeLog.microblaze
diff options
context:
space:
mode:
authorKirk Meyer <kirk.meyer@sencore.com>2013-06-14 10:11:02 +1000
committerDavid Holsgrove <david.holsgrove@xilinx.com>2013-06-14 10:26:32 +1000
commitc396afdfa4a09391533f0e1eb3a765dc43884e85 (patch)
treea412f5efa1c3357340a34d112b8691c71d869869 /ports/ChangeLog.microblaze
parenta58ad3f801960fa0dc0bb1106eb0d99f7ebd77b1 (diff)
downloadglibc-c396afdfa4a09391533f0e1eb3a765dc43884e85.tar.gz
glibc-c396afdfa4a09391533f0e1eb3a765dc43884e85.tar.xz
glibc-c396afdfa4a09391533f0e1eb3a765dc43884e85.zip
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>
Diffstat (limited to 'ports/ChangeLog.microblaze')
-rw-r--r--ports/ChangeLog.microblaze5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.microblaze b/ports/ChangeLog.microblaze
index 79658fb4d8..eb60f5b443 100644
--- a/ports/ChangeLog.microblaze
+++ b/ports/ChangeLog.microblaze
@@ -1,3 +1,8 @@
+2013-06-14  David Holsgrove <david.holsgrove@xilinx.com>
+
+	* sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: Correct
+	return from macros.
+
 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
 
 	* sysdeps/microblaze/bits/atomic.h: Remove executable mode.