Blob


1 #include_next "unistd.h"
3 #include "../config.h"
5 #if !HAVE_PLEGDE
6 int pledge(const char *, const char *);
7 #endif
9 #if !HAVE_UNVEIL
10 int unveil(const char *, const char *);
11 #endif
13 #if !HAVE_GETDTABLECOUNT
14 int getdtablecount(void);
15 #endif
17 #if !HAVE_GETDTABLESIZE
18 int getdtablesize(void);
19 #endif
21 #if !HAVE_SETRESGID
22 int setresgid(gid_t, gid_t, gid_t);
23 #endif
25 #if !HAVE_SETRESUID
26 int setresuid(uid_t, uid_t, uid_t);
27 #endif