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 /ChangeLog | |
parent | bc101e2652728d8a6e8ece7c637e095618546a95 (diff) | |
download | glibc-9cbbc4aebe27c84d8e598994e176493f339ab1c1.tar.gz glibc-9cbbc4aebe27c84d8e598994e176493f339ab1c1.tar.xz glibc-9cbbc4aebe27c84d8e598994e176493f339ab1c1.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d6dad4f9b5..f74cf10738 100644 --- 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). |