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:
parent
743d44200e
commit
718fbb1dc6
@ -29,7 +29,6 @@ FBSD_1.0 {
|
||||
ntohs;
|
||||
vfork;
|
||||
brk;
|
||||
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
|
||||
sbrk;
|
||||
};
|
||||
|
||||
|
@ -28,7 +28,6 @@ FBSD_1.0 {
|
||||
ntohs;
|
||||
vfork;
|
||||
brk;
|
||||
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
|
||||
sbrk;
|
||||
};
|
||||
|
||||
|
@ -56,5 +56,4 @@ FBSDprivate_1.0 {
|
||||
__signalcontext;
|
||||
__syncicache;
|
||||
_end;
|
||||
.cerror;
|
||||
};
|
||||
|
@ -52,5 +52,4 @@ FBSDprivate_1.0 {
|
||||
__signalcontext;
|
||||
__syncicache;
|
||||
_end;
|
||||
_cerror;
|
||||
};
|
||||
|
@ -82,7 +82,6 @@ FBSDprivate_1.0 {
|
||||
__siglongjmp;
|
||||
__sys_brk;
|
||||
_brk;
|
||||
.cerror;
|
||||
__sys_exect;
|
||||
_exect;
|
||||
_end;
|
||||
|
Loading…
x
Reference in New Issue
Block a user