diff options
Diffstat (limited to 'libio/iopopen.c')
-rw-r--r-- | libio/iopopen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/iopopen.c b/libio/iopopen.c index 5703c99..0768321 100644 --- a/libio/iopopen.c +++ b/libio/iopopen.c @@ -177,7 +177,9 @@ DEFUN(_IO_popen, (command, mode), return NULL; } +#ifdef strong_alias strong_alias (_IO_popen, popen); +#endif int DEFUN(_IO_proc_close, (fp), |