about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2011-12-14 21:32:11 -0500
committerCarlos O'Donell <carlos@codesourcery.com>2011-12-14 21:32:11 -0500
commitcaafb2b06bb5ae71e1de719292a0b8a233a21757 (patch)
treea70bfeb2b335beebd50a64cbb8f84e2985806899 /nptl/ChangeLog
parente988dba98d852d08707d00eec0072548fdf2eb24 (diff)
downloadglibc-caafb2b06bb5ae71e1de719292a0b8a233a21757.tar.gz
glibc-caafb2b06bb5ae71e1de719292a0b8a233a21757.tar.xz
glibc-caafb2b06bb5ae71e1de719292a0b8a233a21757.zip
Return errno on failure in allocate_stack
In cases where a function call fails return
errno and allow the caller to fixup the return
code as required by their API.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index bdf61296e2..b622fe7c0f 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-14  Carlos O'Donell  <carlos@systemhalted.org>
+
+	* allocatestack.c (allocate_stack): Return errno on failure.
+
 2011-12-14  Jeff Law  <law@redhat.com>
 
 	[BZ #5245]