Pass -D_LIBC

This commit is contained in:
christos 2003-09-30 22:30:16 +00:00
parent 86b06b2e50
commit 3e10887300

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: makelintstub,v 1.14 2003/07/26 19:24:54 salo Exp $
# $NetBSD: makelintstub,v 1.15 2003/09/30 22:30:16 christos Exp $
#
# Copyright (c) 1996, 1997 Christopher G. Demetriou
# All rights reserved.
@ -211,7 +211,7 @@ fi
trap "rm -f $syscalldump" 0 1 2 15
header
echo "#include \"$syscallhdr\"" | ${CPP} -C >$syscalldump
echo "#include \"$syscallhdr\"" | ${CPP} -D_LIBC -C >$syscalldump
for syscall; do
fnname=${syscall%.S}
if [ $pflag = YES ]; then