diff options
author | Elliott Hughes <enh@google.com> | 2014-05-05 21:49:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-05 21:49:22 +0000 |
commit | ad534985ec3e01d37d46c50caa562f6482f48347 (patch) | |
tree | bef8cd34c71d6154bef579013e3aaf25c02760e2 /libc/stdio | |
parent | 8ec21d9ded4c05744b3f9388bf824a508d7c95c2 (diff) | |
parent | e2341d08fa4a4e0c22056c410fd34d3f93e06017 (diff) | |
download | bionic-ad534985ec3e01d37d46c50caa562f6482f48347.zip bionic-ad534985ec3e01d37d46c50caa562f6482f48347.tar.gz bionic-ad534985ec3e01d37d46c50caa562f6482f48347.tar.bz2 |
Merge "Disable %n in printf and vfwprintf."
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/local.h b/libc/stdio/local.h index 5fb2292..907fd21 100644 --- a/libc/stdio/local.h +++ b/libc/stdio/local.h @@ -102,6 +102,7 @@ extern int __sdidinit; #define FLOATING_POINT #define PRINTF_WIDE_CHAR #define SCANF_WIDE_CHAR +#define NO_PRINTF_PERCENT_N /* OpenBSD exposes these in <stdio.h>, but we only want them exposed to the implementation. */ __BEGIN_DECLS |