Skip to content
Snippets Groups Projects
Commit 6c0ff9e7 authored by bors's avatar bors
Browse files

Auto merge of #713 - marmistrz:fix-gettid, r=alexcrichton

Bring back SYS_gettid on Android/ARM which was accidentally removed by #710.
parents 0dae0e75 81eb0947
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,5 @@ pub const O_DIRECT: ::c_int = 0x10000;
pub const O_DIRECTORY: ::c_int = 0x4000;
pub const O_NOFOLLOW: ::c_int = 0x8000;
pub const O_LARGEFILE: ::c_int = 0o400000;
pub const SYS_gettid: ::c_long = 224;
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