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-762-g7ea5391


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

commit 7ea5391a0277e6d471d8cf8eb9030e34b68a1c31
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 8 13:34:45 2012 +0000

    Remove more overridden entries from sysdeps/unix/sysv/syscalls.list.

diff --git a/ChangeLog b/ChangeLog
index 8b8c7ab..5a15ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/syscalls.list (pause): Remove.
+	(ulimit): Likewise.
+
 	* sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
 	(settimeofday): Likewise.
 
diff --git a/sysdeps/unix/sysv/syscalls.list b/sysdeps/unix/sysv/syscalls.list
index fded7ad..5ff702a 100644
--- a/sysdeps/unix/sysv/syscalls.list
+++ b/sysdeps/unix/sysv/syscalls.list
@@ -1,7 +1,5 @@
 # File name	Caller	Syscall name	# args	Strong name	Weak names
 
 alarm		-	alarm		i:i	alarm
-pause		-	pause		Ci:	pause
 stime		-	stime		i:p	stime
-ulimit		-	ulimit		i:ii	ulimit
 utime		-	utime		i:sP	utime

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

Summary of changes:
 ChangeLog                       |    3 +++
 sysdeps/unix/sysv/syscalls.list |    2 --
 2 files changed, 3 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]