]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r258283 - move iconv* symbols out of libc.so.7 namespace with
authorpeter <peter@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 20 Nov 2013 20:24:59 +0000 (20:24 +0000)
committerpeter <peter@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 20 Nov 2013 20:24:59 +0000 (20:24 +0000)
commit15ccd7c4dc98ddbcfc64869cd0a915e9d24d63df
tree8137fab0a8c34535339ae35ec70a5e4d8b821e60
parent3d4dd265031a00e9e0f3ec8931252ab1f1f51c69
MFC r258283 - move iconv* symbols out of libc.so.7 namespace with
compatibility symbols to aid transition for existing 10.x installs.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/10@258398 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
23 files changed:
Makefile.inc1
include/iconv.h
lib/Makefile
lib/libc/iconv/Makefile.inc
lib/libc/iconv/Symbol.map
lib/libc/iconv/iconv-internal.h [new file with mode: 0644]
lib/libc/iconv/iconv.c
lib/libc/iconv/iconv_compat.c [new file with mode: 0644]
lib/libc/libc.ldscript
lib/libc_nonshared/Makefile [new file with mode: 0644]
lib/libc_nonshared/__iconv.c [new file with mode: 0644]
lib/libc_nonshared/__iconv_free_list.c [new file with mode: 0644]
lib/libc_nonshared/__iconv_get_list.c [new file with mode: 0644]
lib/libc_nonshared/__stub.c [new file with mode: 0644]
lib/libc_nonshared/iconv.c [new file with mode: 0644]
lib/libc_nonshared/iconv_canonicalize.c [new file with mode: 0644]
lib/libc_nonshared/iconv_close.c [new file with mode: 0644]
lib/libc_nonshared/iconv_open.c [new file with mode: 0644]
lib/libc_nonshared/iconv_open_into.c [new file with mode: 0644]
lib/libc_nonshared/iconv_set_relocation_prefix.c [new file with mode: 0644]
lib/libc_nonshared/iconvctl.c [new file with mode: 0644]
lib/libc_nonshared/iconvlist.c [new file with mode: 0644]
sys/sys/param.h