summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2001-01-29 03:23:46 +0000
committerdeischen <deischen@FreeBSD.org>2001-01-29 03:23:46 +0000
commitca55abf319c2f815cb2c84655b25482829c1646d (patch)
treeffdfffc17ec6466cc6f96dfd93691c69a11f422c /lib/libc/Makefile
parent99d951b8404ce6f969ceda268a00bfe5f17d43e2 (diff)
downloadFreeBSD-src-ca55abf319c2f815cb2c84655b25482829c1646d.zip
FreeBSD-src-ca55abf319c2f815cb2c84655b25482829c1646d.tar.gz
Clean up syscall generation in libc by removing HIDDEN_SYSCALLS
and treating (almost) all system calls the same way: __sys_foo - actual syscall foo, _foo - weak definitions to __sys_foo Change PSEUDO syscalls (currently only _exit and _getlogin) to be __sys_foo (T) and _foo (W). Add $FreeBSD$ to a few files to satisfy commitprep. Suggested by: bde
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 4a30e5d..cdb5011 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -16,24 +16,6 @@ INSTALL_PIC_ARCHIVE= yes
PRECIOUSLIB= yes
#
-# This is a list of syscalls that are renamed as __sys_{syscall}
-# so that libpthread and libc_r can override and/or replace them.
-# In the case of libc_r replacement functions are provided, whereas
-# libpthread can both override and provide replacement functions.
-#
-HIDDEN_SYSCALLS= _exit.o accept.o aio_suspend.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 \
- kevent.o listen.o \
- msync.o nanosleep.o nfssvc.o open.o poll.o read.o readv.o recvfrom.o \
- recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \
- setsockopt.o shutdown.o sigaction.o sigaltstack.o \
- sigpending.o sigprocmask.o sigreturn.o \
- sigsuspend.o socket.o \
- socketpair.o wait4.o write.o writev.o
-
-#
# Include make rules that are shared with libc_r.
#
.include "${.CURDIR}/Makefile.inc"
OpenPOWER on IntegriCloud