Skip to content
Snippets Groups Projects
Commit 5ad78b84 authored by Alexander Polakov's avatar Alexander Polakov
Browse files

Merge branch 'master' into shm

parents 58501564 e432357a
No related branches found
No related tags found
No related merge requests found
......@@ -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! {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment