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-1014-gcb191f2


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  cb191f2300ad80e722fa6d2b3be8d9c9512ce7e2 (commit)
      from  c9009328789acfca816c5ea0337ce0d0479b8fe5 (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=cb191f2300ad80e722fa6d2b3be8d9c9512ce7e2

commit cb191f2300ad80e722fa6d2b3be8d9c9512ce7e2
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue May 22 13:58:43 2012 -0700

    Remove $(sysctl) from sysdep_routines

diff --git a/ChangeLog b/ChangeLog
index f8f2bfa..9212a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 
 	* sysdeps/unix/sysv/linux/Makefile: Include
 	$(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
-	(sysdep_routines): Replace sysctl with $(sysctl).
+	(sysdep_routines): Remove sysctl.
 	* sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
 	* sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
 	* sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 1011509..70fd137 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -19,7 +19,7 @@ endif
 ifeq ($(subdir),misc)
 include $(firstword $(wildcard $(sysdirs:=/sysctl.mk)))
 
-sysdep_routines += $(sysctl) clone llseek umount umount2 readahead \
+sysdep_routines += clone llseek umount umount2 readahead \
 		   setfsuid setfsgid makedev epoll_pwait signalfd \
 		   eventfd eventfd_read eventfd_write prlimit
 
diff --git a/sysdeps/unix/sysv/linux/sysctl.mk b/sysdeps/unix/sysv/linux/sysctl.mk
index 79d5998..8d04d12 100644
--- a/sysdeps/unix/sysv/linux/sysctl.mk
+++ b/sysdeps/unix/sysv/linux/sysctl.mk
@@ -1,3 +1,3 @@
 # sysctl system call has been deprecated.  It is provided for backward
-# compatility.  New target should override it (see x86_64/x32/sysctl.mk).
-sysctl = sysctl
+# compatility.  New target shouldn't add it (see x86_64/x32/sysctl.mk).
+sysdep_routines += sysctl
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk b/sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk
index cdca4ef..da018fe 100644
--- a/sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk
+++ b/sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk
@@ -1,2 +1 @@
 # X32 doesn't support sysctl.
-sysctl =

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

Summary of changes:
 ChangeLog                                    |    2 +-
 sysdeps/unix/sysv/linux/Makefile             |    2 +-
 sysdeps/unix/sysv/linux/sysctl.mk            |    4 ++--
 sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk |    1 -
 4 files changed, 4 insertions(+), 5 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]