From 67b3f58c83d4ffc29ab939e3d0bbeb9fb38103e7 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 23 Jan 2013 17:29:35 +0100 Subject: 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). --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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 . + * sysdeps/unix/bsd/ulimit.c: Remove file. 2013-01-23 Adam Conrad -- cgit v1.2.3-70-g09d2