mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
5 lines
94 B
C
5 lines
94 B
C
|
/* SVR4 uses the POSIX dup2. */
|
||
|
#include <sysdeps/posix/__dup2.c>
|
||
|
|
||
|
weak_alias (__dup2, dup2)
|