Properly sort functions by name.

This commit is contained in:
ed 2012-01-08 12:04:22 +00:00
parent e107daf653
commit 8651c9617c

View File

@ -93,18 +93,18 @@ FBSD_1.0 {
};
FBSD_1.3 {
at_quick_exit;
atof_l;
atoi_l;
atol_l;
atoll_l;
at_quick_exit;
quick_exit;
strtod_l;
strtol_l;
strtoll_l;
strtof_l;
strtoimax_l;
strtol_l;
strtold_l;
strtoll_l;
strtoq_l;
strtoul_l;
strtoull_l;