This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-656-gb96914a


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b96914afa8c271746c6ea2658393e84fa18e6de3 (commit)
      from  83bcd2361de9d2da98abef1e4b8f2dddae5a2b14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b96914afa8c271746c6ea2658393e84fa18e6de3

commit b96914afa8c271746c6ea2658393e84fa18e6de3
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Apr 24 21:53:41 2012 +0000

    Remove unused sysdeps/unix/system.c.

diff --git a/ChangeLog b/ChangeLog
index d84ae7a..ca9f898 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/system.c: Remove file.
+	* sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
+
 	* sysdeps/unix/getegid.S: Remove file.
 	* sysdeps/unix/geteuid.S: Likewise.
 
diff --git a/sysdeps/unix/bsd/bsd4.4/system.c b/sysdeps/unix/bsd/bsd4.4/system.c
deleted file mode 100644
index 9283f74..0000000
--- a/sysdeps/unix/bsd/bsd4.4/system.c
+++ /dev/null
@@ -1,2 +0,0 @@
-/* BSD 4.4 does have `waitpid'.  Avoid unix/system.c, which says we don't.  */
-#include <sysdeps/posix/system.c>
diff --git a/sysdeps/unix/system.c b/sysdeps/unix/system.c
deleted file mode 100644
index 2c52ec8..0000000
--- a/sysdeps/unix/system.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#define	NO_WAITPID
-#include <sysdeps/posix/system.c>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                        |    3 +++
 sysdeps/unix/bsd/bsd4.4/system.c |    2 --
 sysdeps/unix/system.c            |    2 --
 3 files changed, 3 insertions(+), 4 deletions(-)
 delete mode 100644 sysdeps/unix/bsd/bsd4.4/system.c
 delete mode 100644 sysdeps/unix/system.c


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]