diff options
Diffstat (limited to 'libio/iofgets.c')
-rw-r--r-- | libio/iofgets.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/iofgets.c b/libio/iofgets.c index 7a1044f..c8ec289 100644 --- a/libio/iofgets.c +++ b/libio/iofgets.c @@ -50,4 +50,6 @@ _IO_fgets (buf, n, fp) return result; } +#ifdef weak_alias weak_alias (_IO_fgets, fgets) +#endif |