| author | |
| committer | |
| log | c99c6c0a68bb1c32123a027c274b165b3891e88b |
| tree | b8bc66ea87c899ec64e9b7a6f93c15f1ce681a16 |
| parent | bc11528b8b7c327c0f6f5a3c97ef45e2a57181cd |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/c/openbsd.zig+3| ... | ... | @@ -35,3 +35,6 @@ pub const pthread_attr_t = extern struct { |
| 35 | 35 | pub const sem_t = ?*opaque {}; |
| 36 | 36 | |
| 37 | 37 | pub extern "c" fn posix_memalign(memptr: *?*c_void, alignment: usize, size: usize) c_int; |
| 38 | ||
| 39 | pub extern "c" fn pledge(promises: ?[*:0]const u8, execpromises: ?[*:0]const u8) c_int; | |
| 40 | pub extern "c" fn unveil(path: ?[*:0]const u8, permissions: ?[*:0]const u8) c_int; |