Bring back SYS_gettid on Android/ARM which was accidentally removed by #710.

This commit is contained in:
Marcin Mielniczuk 2017-08-04 15:33:55 +02:00
parent 0dae0e75bd
commit 81eb0947ee

View File

@ -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;