summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-01-23 17:29:35 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-01-23 17:29:35 +0100
commit67b3f58c83d4ffc29ab939e3d0bbeb9fb38103e7 (patch)
tree5096f32d23791e66edd3011e6c013c9c313ac5b2 /ChangeLog
parent92a601b883c7886e33ac53a20139e76e57420a2f (diff)
downloadglibc-67b3f58c83d4ffc29ab939e3d0bbeb9fb38103e7.tar.gz
glibc-67b3f58c83d4ffc29ab939e3d0bbeb9fb38103e7.tar.xz
glibc-67b3f58c83d4ffc29ab939e3d0bbeb9fb38103e7.zip
ulimit: remove buggy bsd implementation
The bsd implementation of ulimit produces wrong return values, so remove it
in favour of the posix implementation.

The only regression for non-Linux implementations using bsd sysdeps and not
providing an own ulimit is that the __UL_GETMAXBRK case (which is non-standard)
is left unimplemented (giving EINVAL).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2163c24e78..418b9320d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
 	* sysdeps/posix/ulimit.c: ... this.
 	Include <limits.h>.
+	* sysdeps/unix/bsd/ulimit.c: Remove file.
 
 2013-01-23  Adam Conrad  <adconrad@0c3.net>