ulimit: move linux implementation as posix

The linux implementation of ulimit works correctly and has nothing specific
to Linux, so move it as general posix implementation.
This commit is contained in:
Pino Toscano 2013-01-23 17:25:53 +01:00
parent bc101e2652
commit 9cbbc4aebe
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-01-23 Pino Toscano <toscano.pino@tiscali.it>
* sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
* sysdeps/posix/ulimit.c: ... this.
2013-01-23 Adam Conrad <adconrad@0c3.net>
* elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).