Skip to content

Commit

Permalink
2005-08-05 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* mach/shortcut.awk: Ignore `weak_alias' lines.
	Reported by Alfred M. Szmidt <ams@gnu.org>.
  • Loading branch information
Roland McGrath committed Aug 8, 2005
1 parent f54a329 commit 820e7d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mach/shortcut.awk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 820e7d0

Please sign in to comment.