diff options
author | ed <ed@FreeBSD.org> | 2012-01-08 12:04:22 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2012-01-08 12:04:22 +0000 |
commit | 8651c9617cbe0eceb4889fb98523a524e7416ab0 (patch) | |
tree | e95518ee80250639deb8a93eabf7c174c1f848ab /lib/libc/stdlib | |
parent | e107daf6530c6f103d5eeca6200fc548454f9c33 (diff) | |
download | FreeBSD-src-8651c9617cbe0eceb4889fb98523a524e7416ab0.zip FreeBSD-src-8651c9617cbe0eceb4889fb98523a524e7416ab0.tar.gz |
Properly sort functions by name.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Symbol.map | 6 |
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; |