summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-01 18:50:29 +0000
committerpeter <peter@FreeBSD.org>2000-08-01 18:50:29 +0000
commit9935f1df75bb6958ca345ebe82dcdff25df26771 (patch)
treeca09914a97fbe88a3b6a411e6c3a879d28d1fec5 /lib/libc
parentaab96ffa417c3ee825b56c9e073581124685e7c1 (diff)
downloadFreeBSD-src-9935f1df75bb6958ca345ebe82dcdff25df26771.zip
FreeBSD-src-9935f1df75bb6958ca345ebe82dcdff25df26771.tar.gz
Revert the temporary hack in rev 1.79.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 9bef1ae..66a41eb 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -31,7 +31,7 @@ SRCS+=${MDASM}
# not declared for no generation of default code (NOASM). If the
# syscall is not hidden, add it to the ASM list, otherwise add it
# to the ASMR list.
-.for _asm in ${MIASM:S/sys_exit/exit/}
+.for _asm in ${MIASM}
.if (${MDASM:R:M${_asm:R}} == "")
.if (${NOASM:R:M${_asm:R}} == "")
.if (${HIDDEN_SYSCALLS:R:M${_asm:R}} == "")
OpenPOWER on IntegriCloud