diff options
author | jb <jb@FreeBSD.org> | 1998-06-01 02:12:15 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-06-01 02:12:15 +0000 |
commit | 1a599891ae373f8427a3edd7555271c796b081d1 (patch) | |
tree | 5b2ac52c8f5a828276ba0cd2143e53b674998714 /lib/libc_r | |
parent | 205e447fcb878e436d842400b711a0f7add6a495 (diff) | |
download | FreeBSD-src-1a599891ae373f8427a3edd7555271c796b081d1.zip FreeBSD-src-1a599891ae373f8427a3edd7555271c796b081d1.tar.gz |
send and recv are wrappered in libc, so they shouldn't appear here.
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index e42f058..88f883c 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/03/28 11:49:02 dufault Exp $ +# $Id: Makefile,v 1.9 1998/05/31 23:53:50 jb Exp $ # # All library objects contain rcsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -21,8 +21,8 @@ HIDDEN_SYSCALLS= accept.o bind.o close.o connect.o dup.o dup2.o \ execve.o fchflags.o fchmod.o fchown.o fcntl.o \ flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \ getpeername.o getsockname.o getsockopt.o ioctl.o listen.o \ - mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recv.o recvfrom.o \ - recvmsg.o sched_yield.o select.o send.o sendmsg.o sendto.o \ + mknod.o nanosleep.o nfssvc.o open.o read.o readv.o recvfrom.o \ + recvmsg.o sched_yield.o select.o sendmsg.o sendto.o \ setsockopt.o shutdown.o sigaction.o sigaltstack.o \ signanosleep.o socket.o socketpair.o wait4.o write.o writev.o |