Skip to content

Commit 5b9628e

Browse files
committed
add AT_MINSIGSTKSZ for android
1 parent 572cf6c commit 5b9628e

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/android/b64

1 file changed

+1
-0
lines changed

src/unix/linux_like/android/b64/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ pub const AT_BASE_PLATFORM: ::c_ulong = 24;
288288
pub const AT_RANDOM: ::c_ulong = 25;
289289
pub const AT_HWCAP2: ::c_ulong = 26;
290290
pub const AT_EXECFN: ::c_ulong = 31;
291+
pub const AT_MINSIGSTKSZ: ::c_ulong = 51;
291292

292293
pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t {
293294
value: 0,

0 commit comments

Comments
 (0)