logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

unistd.h (160B)


  1. #include_next <unistd.h>
  2. #define pledge(request, paths) 0 /* linux doesn't have pledge */
  3. #define unveil(path, permissions) 0 /* linux doesn't have unveil */