Browse Source

disable unveil

OPENBSD_6_5
Brent Cook 5 years ago
parent
commit
90a4fa1607
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      include/unistd.h

+ 2
- 0
include/unistd.h View File

@ -10,6 +10,8 @@
#define pledge(request, paths) 0
#define unveil(path, permissions) 0
#ifndef HAVE_GETENTROPY
int getentropy(void *buf, size_t buflen);
#endif


Loading…
Cancel
Save