diff options
Diffstat (limited to 'libio/memstream.c')
-rw-r--r-- | libio/memstream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/memstream.c b/libio/memstream.c index ad31390633..a3ec964237 100644 --- a/libio/memstream.c +++ b/libio/memstream.c @@ -124,6 +124,7 @@ open_memstream (bufloc, sizeloc) return (_IO_FILE *) &new_f->fp._sf._sbf; } +libc_hidden_def (open_memstream) static int |