diff options
author | emaste <emaste@FreeBSD.org> | 2016-03-30 14:42:09 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-03-30 14:42:09 +0000 |
commit | 718fbb1dc638f5d6d9083101954eb47d86501103 (patch) | |
tree | 9351e12a822e80fcf1b5dbc3e27d1279a1441293 /lib/libc/mips | |
parent | 743d44200ec9374c72cd347b700bc811f99d04ac (diff) | |
download | FreeBSD-src-718fbb1dc638f5d6d9083101954eb47d86501103.zip FreeBSD-src-718fbb1dc638f5d6d9083101954eb47d86501103.tar.gz |
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
Diffstat (limited to 'lib/libc/mips')
-rw-r--r-- | lib/libc/mips/Symbol.map | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/mips/Symbol.map b/lib/libc/mips/Symbol.map index 5eb87f2..3868080 100644 --- a/lib/libc/mips/Symbol.map +++ b/lib/libc/mips/Symbol.map @@ -28,7 +28,6 @@ FBSD_1.0 { ntohs; vfork; brk; - cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */ sbrk; }; |