From: Pino Toscano Date: Wed, 23 Jan 2013 16:25:53 +0000 (+0100) Subject: ulimit: move linux implementation as posix X-Git-Tag: glibc-2.18~775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbbc4aebe27c84d8e598994e176493f339ab1c1;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index d6dad4f9b58..f74cf107385 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-01-23 Pino Toscano + + * sysdeps/unix/sysv/linux/ulimit.c: Moved to ... + * sysdeps/posix/ulimit.c: ... this. + 2013-01-23 Adam Conrad * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed). diff --git a/sysdeps/unix/sysv/linux/ulimit.c b/sysdeps/posix/ulimit.c similarity index 100% rename from sysdeps/unix/sysv/linux/ulimit.c rename to sysdeps/posix/ulimit.c