Properly sort functions by name.

This commit is contained in:
Ed Schouten 2012-01-08 12:04:22 +00:00
parent 5d8c5f69f1
commit 75c73b662a

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;