mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
initial import
This commit is contained in:
4
sysdeps/unix/sysv/sysv4/dup2.c
Normal file
4
sysdeps/unix/sysv/sysv4/dup2.c
Normal file
@ -0,0 +1,4 @@
|
||||
/* SVR4 uses the POSIX dup2. */
|
||||
#include <sysdeps/posix/__dup2.c>
|
||||
|
||||
weak_alias (__dup2, dup2)
|
Reference in New Issue
Block a user