From: Roland McGrath Date: Mon, 8 Aug 2005 20:52:23 +0000 (+0000) Subject: 2005-08-05 Roland McGrath X-Git-Tag: cvs/fedora-glibc-20050808T2126~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=820e7d0b0877fbf8273ef3b3810d822df429d5c5;p=thirdparty%2Fglibc.git 2005-08-05 Roland McGrath * mach/shortcut.awk: Ignore `weak_alias' lines. Reported by Alfred M. Szmidt . --- diff --git a/mach/shortcut.awk b/mach/shortcut.awk index 18579981221..ea283d49ba6 100644 --- a/mach/shortcut.awk +++ b/mach/shortcut.awk @@ -7,6 +7,8 @@ BEGIN { print "/* This file is generated by shortcut.awk. */"; $1 == "LINTLIBRARY" { print "#include "; next } +$1 == "weak_alias" { next } + # Copy the first line of the definition, but # replace the function name (RPC) with CALL. $NF == rpc \