summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-07-29 00:28:44 +0000
committerpeter <peter@FreeBSD.org>2000-07-29 00:28:44 +0000
commit9b8b53fbe4a9d33474087165a65422ff14ff7ca4 (patch)
treec00e41ad7409d95d93ebd09c115012d0496666e0 /lib/libc/sys/Makefile.inc
parent564c1268469506a6fb693dfd59e78f965bdbe940 (diff)
downloadFreeBSD-src-9b8b53fbe4a9d33474087165a65422ff14ff7ca4.zip
FreeBSD-src-9b8b53fbe4a9d33474087165a65422ff14ff7ca4.tar.gz
Deal with the exit entry in MIASM changing to sys_exit.
This Is A Hack(TM).
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-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 66a41eb..9bef1ae 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}
+.for _asm in ${MIASM:S/sys_exit/exit/}
.if (${MDASM:R:M${_asm:R}} == "")
.if (${NOASM:R:M${_asm:R}} == "")
.if (${HIDDEN_SYSCALLS:R:M${_asm:R}} == "")
OpenPOWER on IntegriCloud