diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 16:43:00 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 16:43:00 -0800 |
commit | 505cf2c00a0b43819f2b90069b42ace79034290d (patch) | |
tree | 4d69f2115680a163bf4c13dedf3ddc9091a7afce /conform/conformtest.pl | |
parent | 86df697d806323a1f8d1c6b9429a62c20da881c5 (diff) | |
download | glibc-505cf2c00a0b43819f2b90069b42ace79034290d.zip glibc-505cf2c00a0b43819f2b90069b42ace79034290d.tar.gz glibc-505cf2c00a0b43819f2b90069b42ace79034290d.tar.bz2 |
Fix up netdb.h for XPG7.
Diffstat (limited to 'conform/conformtest.pl')
-rw-r--r-- | conform/conformtest.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 4cf571f..d324d81 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -1048,6 +1048,7 @@ while ($#headers >= 0) { open (ALLOW, "$CC -E -D$dialect - < data/$ah-data |"); acontrol: while (<ALLOW>) { + chop; next acontrol if (/^#/); next acontrol if (/^[ ]*$/); |