ack/mach/xenix3/libsys/_dup.c

6 lines
38 B
C
Raw Normal View History

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