|
@@ -408,7 +408,7 @@ extern int __stdio_adjust_position(FILE *__restrict stream, __offmax_t *pos) att
|
|
#ifdef NDEBUG
|
|
#ifdef NDEBUG
|
|
#define __STDIO_STREAM_VALIDATE(S) ((void)0)
|
|
#define __STDIO_STREAM_VALIDATE(S) ((void)0)
|
|
#else
|
|
#else
|
|
-extern void _stdio_validate_FILE(const FILE *stream);
|
|
+extern void _stdio_validate_FILE(const FILE *stream) attribute_hidden;
|
|
#define __STDIO_STREAM_VALIDATE(S) _stdio_validate_FILE((S))
|
|
#define __STDIO_STREAM_VALIDATE(S) _stdio_validate_FILE((S))
|
|
#endif
|
|
#endif
|
|
|
|
|