diff options
Diffstat (limited to 'libio/iosetvbuf.c')
-rw-r--r-- | libio/iosetvbuf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/iosetvbuf.c b/libio/iosetvbuf.c index 0bd6025128..3e105f3b79 100644 --- a/libio/iosetvbuf.c +++ b/libio/iosetvbuf.c @@ -94,4 +94,6 @@ unlock_return: return result; } +#ifdef weak_alias weak_alias (_IO_setvbuf, setvbuf) +#endif |