]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-08-05 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 8 Aug 2005 20:52:23 +0000 (20:52 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 8 Aug 2005 20:52:23 +0000 (20:52 +0000)
* mach/shortcut.awk: Ignore `weak_alias' lines.
Reported by Alfred M. Szmidt <ams@gnu.org>.

mach/shortcut.awk

index 1857998122128b53d3b1c332f003f115cbc1b723..ea283d49ba695671fe924c9844577c4e6e1b94b2 100644 (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 \