This website requires JavaScript.
Explore
Help
Register
Sign In
qiurui
/
glibc
mirror of
git://sourceware.org/git/glibc.git
Watch
1
Star
0
Fork
You've already forked glibc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
484d089077
glibc
/
sysdeps
/
unix
/
sysv
/
sysv4
/
dup2.c
5 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
entered into RCS
1993-09-23 19:14:00 +00:00
/* SVR4 uses the POSIX dup2. */
#
include
<sysdeps/posix/__dup2.c>
Converted to use weak aliases with macros from libc-symbols.h.
1995-01-21 14:40:39 +00:00
weak_alias
(
__dup2
,
dup2
)