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-761-geee2bc6


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  eee2bc67a0ba836f8860f4b117c47b79f8ae43f8 (commit)
      from  29ba805c7bb1e33c4ea911c67af26c7e301b1e76 (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=eee2bc67a0ba836f8860f4b117c47b79f8ae43f8

commit eee2bc67a0ba836f8860f4b117c47b79f8ae43f8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 8 11:18:02 2012 +0000

    Remove entries from sysdeps/unix/sysv/syscalls.list duplicating ones in sysdeps/unix/.

diff --git a/ChangeLog b/ChangeLog
index d8bb002..8b8c7ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-08  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
+	(settimeofday): Likewise.
+
 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
 
 	* inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
diff --git a/sysdeps/unix/sysv/syscalls.list b/sysdeps/unix/sysv/syscalls.list
index c508dd0..fded7ad 100644
--- a/sysdeps/unix/sysv/syscalls.list
+++ b/sysdeps/unix/sysv/syscalls.list
@@ -2,8 +2,6 @@
 
 alarm		-	alarm		i:i	alarm
 pause		-	pause		Ci:	pause
-setrlimit	-	setrlimit	i:ip	__setrlimit	setrlimit
-settimeofday	-	settimeofday	i:PP	__settimeofday	settimeofday
 stime		-	stime		i:p	stime
 ulimit		-	ulimit		i:ii	ulimit
 utime		-	utime		i:sP	utime

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

Summary of changes:
 ChangeLog                       |    5 +++++
 sysdeps/unix/sysv/syscalls.list |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)


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]