Blame


1 c423c56e 2022-09-25 op #include_next "unistd.h"
2 c423c56e 2022-09-25 op
3 c423c56e 2022-09-25 op #include "../config.h"
4 c423c56e 2022-09-25 op
5 c423c56e 2022-09-25 op #if !HAVE_PLEGDE
6 c423c56e 2022-09-25 op int pledge(const char *, const char *);
7 c423c56e 2022-09-25 op #endif
8 c423c56e 2022-09-25 op
9 c423c56e 2022-09-25 op #if !HAVE_UNVEIL
10 c423c56e 2022-09-25 op int unveil(const char *, const char *);
11 c423c56e 2022-09-25 op #endif
12 c423c56e 2022-09-25 op
13 c423c56e 2022-09-25 op #if !HAVE_GETDTABLECOUNT
14 c423c56e 2022-09-25 op int getdtablecount(void);
15 c423c56e 2022-09-25 op #endif
16 c423c56e 2022-09-25 op
17 c423c56e 2022-09-25 op #if !HAVE_GETDTABLESIZE
18 c423c56e 2022-09-25 op int getdtablesize(void);
19 c423c56e 2022-09-25 op #endif