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

* mach/shortcut.awk: Ignore `weak_alias' lines.
	Reported by Alfred M. Szmidt <ams@gnu.org>.
This commit is contained in:
Roland McGrath 2005-08-08 20:52:23 +00:00
parent f54a329a28
commit 820e7d0b08

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 \