abi.cc -> abi_type.cc
[musl-tables] / tab_c99.sh
index 7d8e4fd..3974f24 100755 (executable)
@@ -63,7 +63,7 @@ BEGIN {
                } else if (sym[$1]) {
                        s = s "nodecl"
                        nodecl++
-               } else if (kind[$1] ~ /[dtsu]/) {
+               } else if (kind[$1] ~ /[dtsue]/) {
                        s = s " "
                } else if (kind[$1]) {
                        s = s "nosym"