From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2012) id 9495538485A1; Wed, 29 Jun 2022 22:39:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9495538485A1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Arjun Shankar To: glibc-cvs@sourceware.org Subject: [glibc] linux: Remove unnecessary nice.c and signal.c X-Act-Checkin: glibc X-Git-Author: Arjun Shankar X-Git-Refname: refs/heads/master X-Git-Oldrev: d55df811e95e6da6af4e414c3eef64546f8b4a2c X-Git-Newrev: 2c4e368a418e12ba67cd4fb026c8b8f2dd605497 Message-Id: <20220629223917.9495538485A1@sourceware.org> Date: Wed, 29 Jun 2022 22:39:17 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2022 22:39:17 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2c4e368a418e12ba67cd4fb026c8b8f2dd605497 commit 2c4e368a418e12ba67cd4fb026c8b8f2dd605497 Author: Arjun Shankar Date: Thu Jun 30 00:37:34 2022 +0200 linux: Remove unnecessary nice.c and signal.c These files simply include the sysdeps/posix implementations which would be used even in the absence of the files. They have been unnecessary since 7b17aeda0c5e when nice and signal were removed from the syscalls.list file. Reviewed-by: Adhemerval Zanella Diff: --- sysdeps/unix/sysv/linux/nice.c | 1 - sysdeps/unix/sysv/linux/signal.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/sysdeps/unix/sysv/linux/nice.c b/sysdeps/unix/sysv/linux/nice.c deleted file mode 100644 index 3bcbb1e89a..0000000000 --- a/sysdeps/unix/sysv/linux/nice.c +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/sysdeps/unix/sysv/linux/signal.c b/sysdeps/unix/sysv/linux/signal.c deleted file mode 100644 index bc4e4e8447..0000000000 --- a/sysdeps/unix/sysv/linux/signal.c +++ /dev/null @@ -1,3 +0,0 @@ -/* We need this file since otherwise `signal' would be handled as a - system call. */ -#include