public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Arjun Shankar <arjun@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] linux: Remove unnecessary nice.c and signal.c
Date: Wed, 29 Jun 2022 22:39:17 +0000 (GMT)	[thread overview]
Message-ID: <20220629223917.9495538485A1@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2c4e368a418e12ba67cd4fb026c8b8f2dd605497

commit 2c4e368a418e12ba67cd4fb026c8b8f2dd605497
Author: Arjun Shankar <arjun@redhat.com>
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  <adhemerval.zanella@linaro.org>

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 <sysdeps/posix/nice.c>
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 <sysdeps/posix/signal.c>


                 reply	other threads:[~2022-06-29 22:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220629223917.9495538485A1@sourceware.org \
    --to=arjun@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).