From 50a298ea3b122efbb31e7674a20e6c7dc30ca1dc Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 9 Sep 2018 00:53:11 -0400 Subject: move __stdio_exit_needed to stdio_impl.h this functions is glue for linking dependency logic. --- src/internal/stdio_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/stdio_impl.h b/src/internal/stdio_impl.h index 4cb79861..cdb0f96b 100644 --- a/src/internal/stdio_impl.h +++ b/src/internal/stdio_impl.h @@ -61,6 +61,8 @@ size_t __string_read(FILE *, unsigned char *, size_t); int __toread(FILE *); int __towrite(FILE *); +void __stdio_exit_needed(void); + #if defined(__PIC__) && (100*__GNUC__+__GNUC_MINOR__ >= 303) __attribute__((visibility("protected"))) #endif -- cgit v1.2.1