From 9cbbc4aebe27c84d8e598994e176493f339ab1c1 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 23 Jan 2013 17:25:53 +0100 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ sysdeps/{unix/sysv/linux => posix}/ulimit.c | 0 2 files changed, 5 insertions(+) rename sysdeps/{unix/sysv/linux => posix}/ulimit.c (100%) diff --git a/ChangeLog b/ChangeLog index d6dad4f9b5..f74cf10738 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 -- 2.43.0