Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d4113f8 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: Ibc43e8da821400022726b119940708efb052908b
parents 1adbb607 424875b8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
 */
#define HAVE_PTHREADS

/*
 * Do we have pthread_setname_np()?
 */
#define HAVE_PTHREAD_SETNAME_NP

/*
 * Do we have the futex syscall?
 */
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
 */
#define HAVE_PTHREADS

/*
 * Do we have pthread_setname_np()?
 */
#define HAVE_PTHREAD_SETNAME_NP

/*
 * Do we have the futex syscall?
 */
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@
 */
#define HAVE_PTHREADS

/*
 * Do we have pthread_setname_np()?
 */
#define HAVE_PTHREAD_SETNAME_NP

/*
 * Do we have the futex syscall?
 */