From: Roland McGrath Date: Sun, 16 Oct 2005 09:45:40 +0000 (+0000) Subject: 2005-08-05 Roland McGrath X-Git-Tag: cvs/fedora-glibc-2_3-20051017T0518~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a47ecb2006aba962c8fa8d865f61bc8242ca49;p=thirdparty%2Fglibc.git 2005-08-05 Roland McGrath [BZ #1251] * 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 \