X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=makeproto.sh;h=be4c42fa5afb68c1c38172b6ba8ecb8b7bc15e59;hp=41aadc55c30be6b3632ea935e1312140564d6131;hb=121e5e7264cef604e570b84ad16d5d16833b3460;hpb=77fc72c061a0bf88335052377ee89df45dfd846b diff --git a/makeproto.sh b/makeproto.sh index 41aadc5..be4c42f 100755 --- a/makeproto.sh +++ b/makeproto.sh @@ -3,7 +3,7 @@ export LC_ALL=C MUSL=${MUSL:-../musl} -awk -F'\t' '{print $5}' data/musl.tags |./type.sh >/tmp/tags.type +awk -F'\t' '{if($3=="p")print $5; else print ""}' data/musl.tags |./type.sh >/tmp/tags.type awk -F'\t' '{print $5}' data/posix2008.ok |./type.sh >/tmp/posix2008.type join() {