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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-292-g6863adc


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  6863adc8f9d57fc8fe690edc3f535a6804556481 (commit)
       via  ad5bfebf0ca074708cb19bd748d7dfd4a4b63d2b (commit)
      from  28a45d133e20abd757d5386f2c215ce70e462804 (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-ports.git;a=commitdiff;h=6863adc8f9d57fc8fe690edc3f535a6804556481

commit 6863adc8f9d57fc8fe690edc3f535a6804556481
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 30 23:03:43 2012 +0000

    Remove __connect_internal alias for MIPS.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index a63f051..ced2d36 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,5 +1,8 @@
 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
+	__connect_internal alias.
+
 	* sysdeps/mips/mips64/soft-fp/sfp-machine.h
 	(FP_TRAPPING_EXCEPTIONS): Define.
 
diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list
index 518f2a2..db731b1 100644
--- a/sysdeps/unix/sysv/linux/mips/syscalls.list
+++ b/sysdeps/unix/sysv/linux/mips/syscalls.list
@@ -14,7 +14,7 @@ sysmips		-	sysmips		i:iiii	__sysmips	sysmips
 #
 accept		-	accept		Ci:iBN	__libc_accept	__accept accept
 bind		-	bind		i:ipi	__bind		bind
-connect		-	connect		Ci:ipi	__libc_connect	__connect_internal __connect connect
+connect		-	connect		Ci:ipi	__libc_connect	__connect connect
 getpeername	-	getpeername	i:ipp	__getpeername	getpeername
 getsockname	-	getsockname	i:ipp	__getsockname	getsockname
 getsockopt	-	getsockopt	i:iiiBN	__getsockopt	getsockopt

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

commit ad5bfebf0ca074708cb19bd748d7dfd4a4b63d2b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 30 23:03:16 2012 +0000

    Remove __connect_internal alias for ARM.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 1a6f237..20664aa 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,5 +1,8 @@
 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/arm/syscalls.list: Remove
+	__connect_internal alias.
+
 	* sysdeps/arm/libm-test-ulps: Regenerate.
 
 	* sysdeps/unix/sysv/linux/arm/Makefile (default-abi-prog): New
diff --git a/sysdeps/unix/sysv/linux/arm/syscalls.list b/sysdeps/unix/sysv/linux/arm/syscalls.list
index c5b1fe7..ba8cdd7 100644
--- a/sysdeps/unix/sysv/linux/arm/syscalls.list
+++ b/sysdeps/unix/sysv/linux/arm/syscalls.list
@@ -21,7 +21,7 @@ semget		-	semget		i:iii	__semget	semget
 # proper socket implementations:
 accept		-	accept		Ci:iBN	__libc_accept	__accept accept
 bind		-	bind		i:ipi	__bind		bind
-connect		-	connect		Ci:ipi	__libc_connect	__connect_internal __connect connect
+connect		-	connect		Ci:ipi	__libc_connect	__connect connect
 getpeername	-	getpeername	i:ipp	__getpeername	getpeername
 getsockname	-	getsockname	i:ipp	__getsockname	getsockname
 getsockopt	-	getsockopt	i:iiiBN	__getsockopt	getsockopt

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

Summary of changes:
 ChangeLog.arm                              |    3 +++
 ChangeLog.mips                             |    3 +++
 sysdeps/unix/sysv/linux/arm/syscalls.list  |    2 +-
 sysdeps/unix/sysv/linux/mips/syscalls.list |    2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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