ack/mach/i386/libsys/dup.c
1989-10-10 11:40:55 +00:00

6 lines
37 B
C

int
dup(d)
{
return __xdup(d, 0);
}