opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

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 */