libc: stop exporting cerror

i386 stopped exporting .cerror in r240152, and likewise for amd64 in
r240178. It is not used by other libraries on any platform, so apply
the same change to the remaining architectures.

Reviewed by:	jhibbits, jilles
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D5774
This commit is contained in:
emaste 2016-03-30 14:42:09 +00:00
parent 743d44200e
commit 718fbb1dc6
5 changed files with 0 additions and 5 deletions

View File

@ -29,7 +29,6 @@ FBSD_1.0 {
ntohs;
vfork;
brk;
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
sbrk;
};

View File

@ -28,7 +28,6 @@ FBSD_1.0 {
ntohs;
vfork;
brk;
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
sbrk;
};

View File

@ -56,5 +56,4 @@ FBSDprivate_1.0 {
__signalcontext;
__syncicache;
_end;
.cerror;
};

View File

@ -52,5 +52,4 @@ FBSDprivate_1.0 {
__signalcontext;
__syncicache;
_end;
_cerror;
};

View File

@ -82,7 +82,6 @@ FBSDprivate_1.0 {
__siglongjmp;
__sys_brk;
_brk;
.cerror;
__sys_exect;
_exect;
_end;