diff options
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 |