OSDN Git Service

Switch to OpenBSD stdio wide printf functions.
authorElliott Hughes <enh@google.com>
Wed, 30 Apr 2014 00:39:29 +0000 (17:39 -0700)
committerElliott Hughes <enh@google.com>
Wed, 30 Apr 2014 00:39:29 +0000 (17:39 -0700)
commit94336d8ecf795cfdde874a1e15977d68cfc7afc1
tree771d43bae670d516b6c90bef2fd39eb7df443dfa
parent85e780d0557643a81c4a33b3bc5d3806ef9d78e3
Switch to OpenBSD stdio wide printf functions.

Change-Id: Icf4f8685d021ec6b7482ca1cc021ce8184098e4a
libc/Android.mk
libc/bionic/wchar.cpp
libc/upstream-openbsd/lib/libc/stdio/fwprintf.c [new file with mode: 0644]
libc/upstream-openbsd/lib/libc/stdio/swprintf.c [new file with mode: 0644]
libc/upstream-openbsd/lib/libc/stdio/vfwprintf.c [new file with mode: 0644]
libc/upstream-openbsd/lib/libc/stdio/vswprintf.c [new file with mode: 0644]
libc/upstream-openbsd/lib/libc/stdio/vwprintf.c [new file with mode: 0644]
libc/upstream-openbsd/lib/libc/stdio/wprintf.c [new file with mode: 0644]