Add PATH_MAX
This commit is contained in:
parent
087b5a4202
commit
8b296bd3a2
@ -338,6 +338,8 @@ pub const SA_RESETHAND: ::c_int = 0x80000000;
|
||||
pub const SA_RESTART: ::c_int = 0x10000000;
|
||||
pub const SA_NOCLDSTOP: ::c_int = 0x00000001;
|
||||
|
||||
pub const PATH_MAX: ::c_int = 4096;
|
||||
|
||||
pub const FD_SETSIZE: usize = 1024;
|
||||
|
||||
f! {
|
||||
|
Loading…
Reference in New Issue
Block a user