From caafb2b06bb5ae71e1de719292a0b8a233a21757 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 14 Dec 2011 21:32:11 -0500 Subject: 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. --- nptl/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nptl/ChangeLog') 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 + + * allocatestack.c (allocate_stack): Return errno on failure. + 2011-12-14 Jeff Law [BZ #5245] -- cgit 1.4.1