update makefile
[musl-tables] / tab_c11.sh
index ed9ee5e..90c7249 100755 (executable)
@@ -64,7 +64,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"