fix: Fix build process-hardening build on NetBSD (#7238)
This fixes the build of codex on NetBSD.
This commit is contained in:
parent
6dd3606773
commit
481c84e118
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ const PTRACE_DENY_ATTACH_FAILED_EXIT_CODE: i32 = 6;
|
|||
target_os = "android",
|
||||
target_os = "macos",
|
||||
target_os = "freebsd",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd"
|
||||
))]
|
||||
const SET_RLIMIT_CORE_FAILED_EXIT_CODE: i32 = 7;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue