diff options
Diffstat (limited to 'include/bits/stdio2-decl.h')
| -rw-r--r-- | include/bits/stdio2-decl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bits/stdio2-decl.h b/include/bits/stdio2-decl.h index bbb052f192..9758bf4b55 100644 --- a/include/bits/stdio2-decl.h +++ b/include/bits/stdio2-decl.h @@ -1 +1,8 @@ #include <libio/bits/stdio2-decl.h> + +#ifndef _ISOMAC +libc_hidden_proto (__fgets_unlocked_chk) +libc_hidden_ldbl_proto (vfprintf) +libc_hidden_ldbl_proto (__vasprintf_chk) +libc_hidden_ldbl_proto (__vfprintf_chk) +#endif |
