diff options
author | brooks <brooks@FreeBSD.org> | 2013-01-11 15:50:01 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-01-11 15:50:01 +0000 |
commit | 4059b9293fea590e8986a3c9ae8be3cea3f02a11 (patch) | |
tree | 0624620b1ff6d77c4d11bd5bed2170d981be8d08 /lib/libc | |
parent | f8a3c6151f84669a265d291556c626e90b92b208 (diff) | |
download | FreeBSD-src-4059b9293fea590e8986a3c9ae8be3cea3f02a11.zip FreeBSD-src-4059b9293fea590e8986a3c9ae8be3cea3f02a11.tar.gz |
In r244401 I accidently moved strunvis and strunvisx from version 1.0 to
1.3 breaking the libc ABI. Revert that change (breaking the ABI again
for users who updated after December 18th).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/Symbol.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map index 0c6f48e..4cbf07c 100644 --- a/lib/libc/gen/Symbol.map +++ b/lib/libc/gen/Symbol.map @@ -298,6 +298,8 @@ FBSD_1.0 { ualarm; ulimit; uname; + strunvis; + strunvisx; usleep; utime; valloc; @@ -391,8 +393,6 @@ FBSD_1.3 { snvis; strnunvis; strnunvisx; - strunvis; - strunvisx; strnvis; strnvisx; strsnvis; |