glibc/sysdeps/unix/sysv/sysv4/dup2.c

5 lines
94 B
C
Raw Normal View History

1995-02-18 01:27:10 +00:00
/* SVR4 uses the POSIX dup2. */
#include <sysdeps/posix/__dup2.c>
weak_alias (__dup2, dup2)