plock.c 81 B

12345678
  1. #include <errno.h>
  2. plock(op)
  3. {
  4. extern int errno;
  5. errno = EPERM;
  6. return -1;
  7. }