Properly sort functions by name.
This commit is contained in:
parent
5d8c5f69f1
commit
75c73b662a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user