about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-05-06 14:58:00 -0700
committerRoland McGrath <roland@hack.frob.com>2013-05-06 14:58:00 -0700
commitb99b892f6854b98bac5a581cbd20a6a7ed2e2470 (patch)
treebd02cd37ddf66d0c99957ac7f1ed518776f7e0fe /ChangeLog
parentc74058300c76d7afa316453c03e5776b3a9155a8 (diff)
downloadglibc-b99b892f6854b98bac5a581cbd20a6a7ed2e2470.tar.gz
glibc-b99b892f6854b98bac5a581cbd20a6a7ed2e2470.tar.xz
glibc-b99b892f6854b98bac5a581cbd20a6a7ed2e2470.zip
Fix stub setrlimit implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d2a25d582..6da92f39db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-06  Roland McGrath  <roland@hack.frob.com>
 
+	* resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
+	(setrlimit): Define as weak alias.
+
 	* sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
 	Call __ names for open, ftruncate, and close.
 	For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.