]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct typo (ccept->accept).
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 11:39:44 +0000 (11:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 11:39:44 +0000 (11:39 +0000)
sysdeps/unix/sysv/linux/mips/syscalls.list

index 1c9c095ed39fcc45adfc129aa268d4dd4d98764b..d026910ee2af83d9ae499d9b32beacbf7f80ade4 100644 (file)
@@ -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