diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-29 22:40:00 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-31 00:34:41 +0200 |
commit | 03277f8fe13d0dde136ee98be5dc54362ec9af17 (patch) | |
tree | f1840e2478bcb2b2913ec329b09342284e193983 /sysdeps/unix/inet | |
parent | 6bd976963f65990e1099eb4e08946bdb5191dc9c (diff) | |
download | glibc-03277f8fe13d0dde136ee98be5dc54362ec9af17.tar glibc-03277f8fe13d0dde136ee98be5dc54362ec9af17.tar.gz glibc-03277f8fe13d0dde136ee98be5dc54362ec9af17.tar.bz2 glibc-03277f8fe13d0dde136ee98be5dc54362ec9af17.zip |
Remove use of INTDEF/INTUSE in socket
Diffstat (limited to 'sysdeps/unix/inet')
-rw-r--r-- | sysdeps/unix/inet/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/inet/syscalls.list b/sysdeps/unix/inet/syscalls.list index df2f34eea2..aafafd1df7 100644 --- a/sysdeps/unix/inet/syscalls.list +++ b/sysdeps/unix/inet/syscalls.list @@ -2,7 +2,7 @@ accept - accept Ci:iBN __libc_accept accept bind - bind i:ipi __bind bind -connect - connect Ci:ipi __libc_connect __connect __connect_internal connect +connect - connect Ci:ipi __libc_connect __connect connect gethostid - gethostid i: gethostid gethostname - gethostname i:bn __gethostname gethostname getpeername - getpeername i:ibN __getpeername getpeername |