OSDN Git Service

exfat-fuse: Don't export UTF conversion functions
authorSteve Kondik <steve@cyngn.com>
Thu, 21 Jan 2016 22:46:00 +0000 (14:46 -0800)
committerSteve Kondik <steve@cyngn.com>
Thu, 21 Jan 2016 22:46:00 +0000 (14:46 -0800)
commit4a8592e2f673ea02c3cb1f2c89eda950d3c13850
tree0c157bd4abbc2e53fa3ae67f38e3459524d9b9c6
parent8f3956f6fc0b7601845d288293ac92880a828b25
exfat-fuse: Don't export UTF conversion functions

 * These will collide with other tools during static linking. Convert
   them to inlines instead.

Change-Id: Icea3a5c2cb46fe034264c6a161868b8253923d03
libexfat/Android.mk
libexfat/exfat.h
libexfat/lookup.c
libexfat/node.c
libexfat/utf.h [moved from libexfat/utf.c with 96% similarity]
libexfat/utils.c
mkfs/main.c
mkfs/rootdir.c