aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-01-30 11:39:44 +0000
committerUlrich Drepper <drepper@redhat.com>1998-01-30 11:39:44 +0000
commitde0268b44e3fd3c772e8249409be99b9bb13dd1b (patch)
treea3b317357fde2606699ada14da44b3ec64a68aba /sysdeps
parentc44a108279a950191fe171f5026e82bce432ea12 (diff)
downloadglibc-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.list2
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