diff options
Diffstat (limited to 'libio/iovsprintf.c')
-rw-r--r-- | libio/iovsprintf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libio/iovsprintf.c b/libio/iovsprintf.c index 3491958..7b82591 100644 --- a/libio/iovsprintf.c +++ b/libio/iovsprintf.c @@ -54,4 +54,8 @@ _IO_vsprintf (string, format, args) #ifdef weak_alias weak_alias (_IO_vsprintf, vsprintf) +#else +#ifdef __linux__ +#pragma weak vsprintf = _IO_vsprintf +#endif #endif |