diff options
author | David Chisnall <theraven@FreeBSD.org> | 2014-04-03 08:16:45 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2014-04-03 08:16:45 +0000 |
commit | 4d1c5e039fb0816ec90f7a5ee65058b23a91db18 (patch) | |
tree | 7907718f5952bb46068a73cbe56dd76f9fe8b7b9 /lib/libc/stdlib | |
parent | 02da4cb451169047a43f068a66cf1555f3add279 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Symbol.map | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/stdlib/Symbol.map b/lib/libc/stdlib/Symbol.map index 9734b49cdd6b..d28a8e9ecbd5 100644 --- a/lib/libc/stdlib/Symbol.map +++ b/lib/libc/stdlib/Symbol.map @@ -86,14 +86,10 @@ FBSD_1.0 { FBSD_1.3 { at_quick_exit; - atexit_b; atof_l; atoi_l; atol_l; atoll_l; - heapsort_b; - mergesort_b; - qsort_b; quick_exit; strtod_l; strtof_l; @@ -108,6 +104,13 @@ FBSD_1.3 { strtouq_l; }; +FBSD_1.4 { + atexit_b; + heapsort_b; + mergesort_b; + qsort_b; +}; + FBSDprivate_1.0 { __system; _system; |