7 lines
67 B
C
7 lines
67 B
C
|
int
|
||
|
_dup2(oldd, newd)
|
||
|
{
|
||
|
oldd |= 64;
|
||
|
return __xdup(oldd, newd);
|
||
|
}
|