Initial revision
This commit is contained in:
8
mach/sun3/libsys/plock.c
Normal file
8
mach/sun3/libsys/plock.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <errno.h>
|
||||
plock(op)
|
||||
{
|
||||
extern int errno;
|
||||
|
||||
errno = EPERM;
|
||||
return -1;
|
||||
}
|
||||
Reference in New Issue
Block a user