ack/mach/sun3/libsys/plock.c
1987-02-20 14:36:01 +00:00

9 lines
81 B
C

#include <errno.h>
plock(op)
{
extern int errno;
errno = EPERM;
return -1;
}