public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] tile: Remove __connect_internal alias
@ 2012-05-30 23:49 Chris Metcalf
  2012-05-31 16:55 ` Joseph S. Myers
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Metcalf @ 2012-05-30 23:49 UTC (permalink / raw)
  To: libc-ports

---
 ChangeLog.tile                                |    3 +++
 sysdeps/unix/sysv/linux/generic/syscalls.list |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog.tile b/ChangeLog.tile
index ce8c3e0..ff91449 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -1,5 +1,8 @@
 2012-05-30  Chris Metcalf  <cmetcalf@tilera.com>
 
+	* sysdeps/unix/sysv/linux/generic/syscalls.list: Remove
+	__connect_internal alias.
+
 	* sysdeps/unix/sysv/linux/tile/tilegx/Makefile: Remove test
 	that $(subdir) is "misc" when setting abi- variables.
 
diff --git a/sysdeps/unix/sysv/linux/generic/syscalls.list b/sysdeps/unix/sysv/linux/generic/syscalls.list
index c9602ca..4b2e747 100644
--- a/sysdeps/unix/sysv/linux/generic/syscalls.list
+++ b/sysdeps/unix/sysv/linux/generic/syscalls.list
@@ -20,7 +20,7 @@ socketpair	-	socketpair	i:iiif	__socketpair	socketpair
 bind		-	bind		i:ipi	__bind		bind
 listen		-	listen		i:ii	__listen	listen
 accept		-	accept		Ci:iBN	__libc_accept	__accept accept
-connect		-	connect		Ci:ipi	__libc_connect	__connect_internal __connect connect
+connect		-	connect		Ci:ipi	__libc_connect	__connect connect
 getsockname	-	getsockname	i:ipp	__getsockname	getsockname
 getpeername	-	getpeername	i:ipp	__getpeername	getpeername
 sendto		-	sendto		Ci:ibnibn	__libc_sendto	__sendto sendto
-- 
1.6.5.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tile: Remove __connect_internal alias
  2012-05-30 23:49 [PATCH] tile: Remove __connect_internal alias Chris Metcalf
@ 2012-05-31 16:55 ` Joseph S. Myers
  2012-05-31 18:31   ` Chris Metcalf
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph S. Myers @ 2012-05-31 16:55 UTC (permalink / raw)
  To: Chris Metcalf; +Cc: libc-ports

On Wed, 30 May 2012, Chris Metcalf wrote:

> diff --git a/ChangeLog.tile b/ChangeLog.tile
> index ce8c3e0..ff91449 100644
> --- a/ChangeLog.tile
> +++ b/ChangeLog.tile
> @@ -1,5 +1,8 @@
>  2012-05-30  Chris Metcalf  <cmetcalf@tilera.com>
>  
> +	* sysdeps/unix/sysv/linux/generic/syscalls.list: Remove
> +	__connect_internal alias.

You want ChangeLog.linux-generic for this entry, not ChangeLog.tile....

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tile: Remove __connect_internal alias
  2012-05-31 16:55 ` Joseph S. Myers
@ 2012-05-31 18:31   ` Chris Metcalf
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Metcalf @ 2012-05-31 18:31 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: libc-ports

On 5/31/2012 12:54 PM, Joseph S. Myers wrote:
> On Wed, 30 May 2012, Chris Metcalf wrote:
>
>> diff --git a/ChangeLog.tile b/ChangeLog.tile
>> index ce8c3e0..ff91449 100644
>> --- a/ChangeLog.tile
>> +++ b/ChangeLog.tile
>> @@ -1,5 +1,8 @@
>>  2012-05-30  Chris Metcalf  <cmetcalf@tilera.com>
>>  
>> +	* sysdeps/unix/sysv/linux/generic/syscalls.list: Remove
>> +	__connect_internal alias.
> You want ChangeLog.linux-generic for this entry, not ChangeLog.tile....

Force of habit. :-)  I've moved the entry and pushed the change.  Thanks!

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-31 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-30 23:49 [PATCH] tile: Remove __connect_internal alias Chris Metcalf
2012-05-31 16:55 ` Joseph S. Myers
2012-05-31 18:31   ` Chris Metcalf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).