ulimit: move linux implementation as posix
authorPino Toscano <toscano.pino@tiscali.it>
Wed, 23 Jan 2013 16:25:53 +0000 (17:25 +0100)
committerPino Toscano <toscano.pino@tiscali.it>
Wed, 23 Jan 2013 16:25:53 +0000 (17:25 +0100)
The linux implementation of ulimit works correctly and has nothing specific
to Linux, so move it as general posix implementation.

ChangeLog
sysdeps/posix/ulimit.c [moved from sysdeps/unix/sysv/linux/ulimit.c with 100% similarity]

index d6dad4f..f74cf10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).