diff -Nru glibc-2.1.1/scripts/versions.awk glibc-2.1.1.new/scripts/versions.awk --- glibc-2.1.1/scripts/versions.awk Mon Feb 8 00:41:03 1999 +++ glibc-2.1.1.new/scripts/versions.awk Wed Jun 9 17:53:45 1999 @@ -29,7 +29,7 @@ close(defsfile); tmpfile = buildroot "Versions.tmp"; - sort = "sort -n > " tmpfile; + sort = "LC_ALL=C sort -n > " tmpfile; } # Remove comment lines.