diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-01-23 17:25:53 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-01-23 17:25:53 +0100 |
commit | 9cbbc4aebe27c84d8e598994e176493f339ab1c1 (patch) | |
tree | a5fc33474003eb54093b7fa358df350c3da226e6 | |
parent | bc101e2652728d8a6e8ece7c637e095618546a95 (diff) | |
download | glibc-9cbbc4aebe27c84d8e598994e176493f339ab1c1.zip glibc-9cbbc4aebe27c84d8e598994e176493f339ab1c1.tar.gz glibc-9cbbc4aebe27c84d8e598994e176493f339ab1c1.tar.bz2 |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/posix/ulimit.c (renamed from sysdeps/unix/sysv/linux/ulimit.c) | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -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). diff --git a/sysdeps/unix/sysv/linux/ulimit.c b/sysdeps/posix/ulimit.c index 8c382ac..8c382ac 100644 --- a/sysdeps/unix/sysv/linux/ulimit.c +++ b/sysdeps/posix/ulimit.c |