mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
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:
parent
f54a329a28
commit
820e7d0b08
@ -7,6 +7,8 @@ BEGIN { print "/* This file is generated by shortcut.awk. */";
|
|||||||
|
|
||||||
$1 == "LINTLIBRARY" { print "#include <mach.h>"; next }
|
$1 == "LINTLIBRARY" { print "#include <mach.h>"; next }
|
||||||
|
|
||||||
|
$1 == "weak_alias" { next }
|
||||||
|
|
||||||
# Copy the first line of the definition, but
|
# Copy the first line of the definition, but
|
||||||
# replace the function name (RPC) with CALL.
|
# replace the function name (RPC) with CALL.
|
||||||
$NF == rpc \
|
$NF == rpc \
|
||||||
|
Loading…
Reference in New Issue
Block a user