commit | 0549371bd74ba7c7a5a16c2a7d6cc17dbe0e6f97 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 17 17:30:03 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 17 17:30:03 2014 -0700 |
tree | abc888f1515ccb74452a81472af0630a40c2d0b3 | |
parent | 8da69a25b7840db23846d4bb303ef84a1775c1e1 [diff] [blame] |
Upgrade to current vfprintf. This gets us various bug fixes and missing C99 functionality. Bug: https://code.google.com/p/android/issues/detail?id=64886 Change-Id: Ie9f8ac569e9b5eec1e4a1faacfe2c21662eaf895
diff --git a/libc/stdio/local.h b/libc/stdio/local.h index facaa66..eecfeef 100644 --- a/libc/stdio/local.h +++ b/libc/stdio/local.h
@@ -95,6 +95,8 @@ #define FUNLOCKFILE(fp) funlockfile(fp) #define FLOATING_POINT +#define PRINTF_WIDE_CHAR +#define SCANF_WIDE_CHAR /* OpenBSD exposes these in <stdio.h>, but we only want them exposed to the implementation. */ __BEGIN_DECLS