Correct typo (ccept->accept).

This commit is contained in:
Ulrich Drepper 1998-01-30 11:39:44 +00:00
parent c44a108279
commit de0268b44e
1 changed files with 1 additions and 1 deletions

View 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