diff options
Diffstat (limited to 'libio/iofputs.c')
-rw-r--r-- | libio/iofputs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofputs.c b/libio/iofputs.c index 0835e84..f2fd21d 100644 --- a/libio/iofputs.c +++ b/libio/iofputs.c @@ -45,7 +45,7 @@ _IO_fputs (str, fp) _IO_cleanup_region_end (0); return result; } -INTDEF(_IO_fputs) +libc_hidden_def (_IO_fputs) #ifdef weak_alias weak_alias (_IO_fputs, fputs) |