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