Remove some syscalls that should have been renamed (libc_r doesn't need

to wrapper them) and add a couple that should have been there.
This commit is contained in:
John Birrell 1998-05-31 23:53:50 +00:00
parent 382306949d
commit 8680cc3c47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36551
3 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1998/03/09 05:09:43 jb Exp $ # $Id: Makefile,v 1.8 1998/03/28 11:49:02 dufault Exp $
# #
# All library objects contain rcsid strings by default; they may be # All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does # excluded as a space-saving measure. To produce a library that does
@ -18,13 +18,13 @@ PRECIOUSLIB= yes
# so that libc_r can provide replacement functions. # so that libc_r can provide replacement functions.
# #
HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \
execve.o fchdir.o fchflags.o fchmod.o fchown.o fcntl.o \ execve.o fchflags.o fchmod.o fchown.o fcntl.o \
flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \ flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \
getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \
mkfifo.o mknod.o nanosleep.o nfssvc.o open.o read.o readv.o \ mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recv.o recvfrom.o \
recvfrom.o recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ recvmsg.o sched_yield.o select.o send.o sendmsg.o sendto.o \
setsockopt.o shutdown.o sigaction.o sigaltstack.o signanosleep.o \ setsockopt.o shutdown.o sigaction.o sigaltstack.o \
socket.o socketpair.o wait4.o write.o writev.o signanosleep.o socket.o socketpair.o wait4.o write.o writev.o
.include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/../libc/Makefile.inc"
.include "${.CURDIR}/man/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc"

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1998/03/09 05:09:43 jb Exp $ # $Id: Makefile,v 1.8 1998/03/28 11:49:02 dufault Exp $
# #
# All library objects contain rcsid strings by default; they may be # All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does # excluded as a space-saving measure. To produce a library that does
@ -18,13 +18,13 @@ PRECIOUSLIB= yes
# so that libc_r can provide replacement functions. # so that libc_r can provide replacement functions.
# #
HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \
execve.o fchdir.o fchflags.o fchmod.o fchown.o fcntl.o \ execve.o fchflags.o fchmod.o fchown.o fcntl.o \
flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \ flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \
getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \
mkfifo.o mknod.o nanosleep.o nfssvc.o open.o read.o readv.o \ mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recv.o recvfrom.o \
recvfrom.o recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ recvmsg.o sched_yield.o select.o send.o sendmsg.o sendto.o \
setsockopt.o shutdown.o sigaction.o sigaltstack.o signanosleep.o \ setsockopt.o shutdown.o sigaction.o sigaltstack.o \
socket.o socketpair.o wait4.o write.o writev.o signanosleep.o socket.o socketpair.o wait4.o write.o writev.o
.include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/../libc/Makefile.inc"
.include "${.CURDIR}/man/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc"

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1998/03/09 05:09:43 jb Exp $ # $Id: Makefile,v 1.8 1998/03/28 11:49:02 dufault Exp $
# #
# All library objects contain rcsid strings by default; they may be # All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does # excluded as a space-saving measure. To produce a library that does
@ -18,13 +18,13 @@ PRECIOUSLIB= yes
# so that libc_r can provide replacement functions. # so that libc_r can provide replacement functions.
# #
HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \
execve.o fchdir.o fchflags.o fchmod.o fchown.o fcntl.o \ execve.o fchflags.o fchmod.o fchown.o fcntl.o \
flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \ flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \
getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \
mkfifo.o mknod.o nanosleep.o nfssvc.o open.o read.o readv.o \ mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recv.o recvfrom.o \
recvfrom.o recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ recvmsg.o sched_yield.o select.o send.o sendmsg.o sendto.o \
setsockopt.o shutdown.o sigaction.o sigaltstack.o signanosleep.o \ setsockopt.o shutdown.o sigaction.o sigaltstack.o \
socket.o socketpair.o wait4.o write.o writev.o signanosleep.o socket.o socketpair.o wait4.o write.o writev.o
.include "${.CURDIR}/../libc/Makefile.inc" .include "${.CURDIR}/../libc/Makefile.inc"
.include "${.CURDIR}/man/Makefile.inc" .include "${.CURDIR}/man/Makefile.inc"