ack/mach/i386/libsys/_dup.c
1990-01-22 11:01:47 +00:00

6 lines
38 B
C

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