diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-30 11:39:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-30 11:39:44 +0000 |
commit | de0268b44e3fd3c772e8249409be99b9bb13dd1b (patch) | |
tree | a3b317357fde2606699ada14da44b3ec64a68aba /sysdeps | |
parent | c44a108279a950191fe171f5026e82bce432ea12 (diff) | |
download | glibc-de0268b44e3fd3c772e8249409be99b9bb13dd1b.tar glibc-de0268b44e3fd3c772e8249409be99b9bb13dd1b.tar.gz glibc-de0268b44e3fd3c772e8249409be99b9bb13dd1b.tar.bz2 glibc-de0268b44e3fd3c772e8249409be99b9bb13dd1b.zip |
Correct typo (ccept->accept).
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list index 1c9c095ed3..d026910ee2 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 |