File tree 2 files changed +9
-0
lines changed
src/unix/linux_like/linux/gnu
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ O_FSYNC
343
343
PF_IB
344
344
PF_MPLS
345
345
PF_XDP
346
+ PIDFD_NONBLOCK
346
347
PROC_SUPER_MAGIC
347
348
PR_SET_VMA
348
349
PR_SET_VMA_ANON_NAME
Original file line number Diff line number Diff line change @@ -755,7 +755,15 @@ pub const RTLD_DI_TLS_MODID: c_int = 9;
755
755
pub const RTLD_DI_TLS_DATA : c_int = 10 ;
756
756
757
757
pub const SOCK_NONBLOCK : c_int = O_NONBLOCK ;
758
+
758
759
pub const PIDFD_NONBLOCK : c_uint = O_NONBLOCK as c_uint ;
760
+ // libc-test failure. To new?
761
+ // pub const PIDFD_THREAD: c_uint = O_EXCL as c_uint;
762
+
763
+ // libc-test failure. To new?
764
+ // pub const PIDFD_SIGNAL_THREAD: c_uint = 1;
765
+ // pub const PIDFD_SIGNAL_THREAD_GROUP: c_uint = 2;
766
+ // pub const PIDFD_SIGNAL_PROCESS_GROUP: c_uint = 4;
759
767
760
768
pub const SOL_RXRPC : c_int = 272 ;
761
769
pub const SOL_PPPOL2TP : c_int = 273 ;
You can’t perform that action at this time.
0 commit comments