summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-03-24 18:47:19 +0000
committeremaste <emaste@FreeBSD.org>2016-03-24 18:47:19 +0000
commitd4d16ecba26c5867cff9778c3902fd4428a34987 (patch)
tree46be80082d05db75cea7b4a999ec5ac238e6b784 /lib/libc/sparc64
parent2152310ae1d35ba76617cee3f361a6682ae474b2 (diff)
downloadFreeBSD-src-d4d16ecba26c5867cff9778c3902fd4428a34987.zip
FreeBSD-src-d4d16ecba26c5867cff9778c3902fd4428a34987.tar.gz
libc: stop exporting curbrk and minbrk in the private namespace
They are not used anywhere else in the base system and are an internal implementation detail that does not need to be exposed. Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5728
Diffstat (limited to 'lib/libc/sparc64')
-rw-r--r--lib/libc/sparc64/Symbol.map2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sparc64/Symbol.map b/lib/libc/sparc64/Symbol.map
index 4f90486..bf0f198 100644
--- a/lib/libc/sparc64/Symbol.map
+++ b/lib/libc/sparc64/Symbol.map
@@ -80,8 +80,6 @@ FBSDprivate_1.0 {
signalcontext;
__signalcontext;
__siglongjmp;
- .curbrk;
- .minbrk;
__sys_brk;
_brk;
.cerror;
OpenPOWER on IntegriCloud