Skip to content

Commit

Permalink
Auto merge of #3457 - devnexen:fbsd_rfsigshare, r=JohnTitor
Browse files Browse the repository at this point in the history
adding RFSIGSHARE flag for FreeBSD's rfork
  • Loading branch information
bors committed Dec 1, 2023
2 parents 9b2a163 + 86cc2b8 commit 71200cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/semver/freebsd.txt
Expand Up @@ -1100,6 +1100,7 @@ RFLINUXTHPN
RFMEM
RFNOWAIT
RFPROC
RFSIGSHARE
RFSPAWN
RFTHREAD
RFTSIGZMB
Expand Down
1 change: 1 addition & 0 deletions src/unix/bsd/freebsdlike/freebsd/mod.rs
Expand Up @@ -3891,6 +3891,7 @@ pub const RFMEM: ::c_int = 32;
pub const RFNOWAIT: ::c_int = 64;
pub const RFCFDG: ::c_int = 4096;
pub const RFTHREAD: ::c_int = 8192;
pub const RFSIGSHARE: ::c_int = 16384;
pub const RFLINUXTHPN: ::c_int = 65536;
pub const RFTSIGZMB: ::c_int = 524288;
pub const RFSPAWN: ::c_int = 2147483648;
Expand Down

0 comments on commit 71200cd

Please sign in to comment.