From: Ulrich Drepper Date: Fri, 30 Jan 1998 11:39:44 +0000 (+0000) Subject: Correct typo (ccept->accept). X-Git-Tag: glibc-2.16-ports-before-merge~3325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0268b44e3fd3c772e8249409be99b9bb13dd1b;p=thirdparty%2Fglibc.git Correct typo (ccept->accept). --- diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list index 1c9c095ed39..d026910ee2a 100644 --- a/sysdeps/unix/sysv/linux/mips/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/syscalls.list @@ -16,7 +16,7 @@ sigsuspend - sigsuspend 1 __sigsuspend sigsuspend # Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper; # it's provided for compatibility, though. # -ccept - accept 3 __libc_accept __accept accept +accept - accept 3 __libc_accept __accept accept bind - bind 3 __bind bind connect - connect 3 __libc_connect __connect connect getpeername - getpeername 3 __getpeername getpeername