public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] linux: Remove unnecessary nice.c and signal.c
@ 2022-06-29 22:39 Arjun Shankar
  0 siblings, 0 replies; only message in thread
From: Arjun Shankar @ 2022-06-29 22:39 UTC (permalink / raw)
  To: glibc-cvs

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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-29 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 22:39 [glibc] linux: Remove unnecessary nice.c and signal.c Arjun Shankar

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).