2005-08-05 Roland McGrath <roland@redhat.com>

[BZ #1251]
	* mach/shortcut.awk: Ignore `weak_alias' lines.
	Reported by Alfred M. Szmidt <ams@gnu.org>.
This commit is contained in:
Roland McGrath 2005-10-16 09:45:40 +00:00
parent f496ac93b8
commit b5a47ecb20

View File

@ -7,6 +7,8 @@ BEGIN { print "/* This file is generated by shortcut.awk. */";
$1 == "LINTLIBRARY" { print "#include <mach.h>"; next }
$1 == "weak_alias" { next }
# Copy the first line of the definition, but
# replace the function name (RPC) with CALL.
$NF == rpc \