diff options
Diffstat (limited to 'libio/bits/stdio2.h')
-rw-r--r-- | libio/bits/stdio2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/bits/stdio2.h b/libio/bits/stdio2.h index efa886976c..305620688a 100644 --- a/libio/bits/stdio2.h +++ b/libio/bits/stdio2.h @@ -47,7 +47,7 @@ __NTH (vsprintf (char *__restrict __s, const char *__restrict __fmt, __bos (__s), __fmt, __ap); } -#if defined __USE_BSD || defined __USE_ISOC99 || defined __USE_UNIX98 +#if defined __USE_MISC || defined __USE_ISOC99 || defined __USE_UNIX98 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag, size_t __slen, const char *__restrict __format, |