Rename the following special extended I/O system calls. Only libc, libc_r,
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 21:41:59 +0000 (21:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Jan 2007 21:41:59 +0000 (21:41 +0000)
commitb09fd398cc290090bbfb2ef8ec23ec1ad2290602
tree7cb61c58f4309ac2116cfd76081b1d2f135a95b8
parentbe170d6b2590bfd987bbaa89f641c6d57608b41e
Rename the following special extended I/O system calls.  Only libc, libc_r,
and VKERNEL are currently known to use these calls so the rename should have
no major effects.

Fix broken prototypes in unistd.h.

__accept    ->      extaccept
__connect   ->      extconnect
__pread     ->      extpread
__preadv    ->      extpreadv
__pwrite    ->      extpwrite
__pwritev   ->      extpwritev

Broken-Prototypes-Reported-by: Joe Talbott <josepht@cstone.net>
29 files changed:
include/unistd.h
lib/libc/sys/pread.c
lib/libc/sys/preadv.c
lib/libc/sys/pwrite.c
lib/libc/sys/pwritev.c
lib/libc_r/uthread/pthread_private.h
lib/libc_r/uthread/uthread_accept.c
lib/libc_r/uthread/uthread_connect.c
lib/libc_r/uthread/uthread_exit.c
lib/libc_r/uthread/uthread_info.c
lib/libc_r/uthread/uthread_kern.c
lib/libc_r/uthread/uthread_read.c
lib/libc_r/uthread/uthread_readv.c
lib/libc_r/uthread/uthread_sig.c
lib/libc_r/uthread/uthread_spinlock.c
lib/libc_r/uthread/uthread_write.c
lib/libc_r/uthread/uthread_writev.c
sys/kern/init_sysent.c
sys/kern/sys_generic.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/uipc_syscalls.c
sys/platform/vkernel/platform/console.c
sys/sys/socket.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h