Properly sort functions by name.
This commit is contained in:
parent
e107daf653
commit
8651c9617c
@ -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…
x
Reference in New Issue
Block a user