ulimit: remove buggy bsd implementation
authorPino Toscano <toscano.pino@tiscali.it>
Wed, 23 Jan 2013 16:29:35 +0000 (17:29 +0100)
committerPino Toscano <toscano.pino@tiscali.it>
Wed, 23 Jan 2013 16:29:35 +0000 (17:29 +0100)
commit67b3f58c83d4ffc29ab939e3d0bbeb9fb38103e7
tree5096f32d23791e66edd3011e6c013c9c313ac5b2
parent92a601b883c7886e33ac53a20139e76e57420a2f
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
sysdeps/unix/bsd/ulimit.c [deleted file]