ack/mach/i386/libsys/_dup.c

6 lines
38 B
C
Raw Normal View History

1990-01-22 11:01:47 +00:00
int
_dup(d)
{
return __xdup(d, 0);
}