summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-01-08 12:04:22 +0000
committered <ed@FreeBSD.org>2012-01-08 12:04:22 +0000
commit8651c9617cbe0eceb4889fb98523a524e7416ab0 (patch)
treee95518ee80250639deb8a93eabf7c174c1f848ab /lib/libc
parente107daf6530c6f103d5eeca6200fc548454f9c33 (diff)
downloadFreeBSD-src-8651c9617cbe0eceb4889fb98523a524e7416ab0.zip
FreeBSD-src-8651c9617cbe0eceb4889fb98523a524e7416ab0.tar.gz
Properly sort functions by name.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/Symbol.map6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Symbol.map b/lib/libc/stdlib/Symbol.map
index 897bccd..ea3604e 100644
--- a/lib/libc/stdlib/Symbol.map
+++ b/lib/libc/stdlib/Symbol.map
@@ -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;
OpenPOWER on IntegriCloud