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

Commit 424875b8 authored by Andy McFadden's avatar Andy McFadden Committed by Android Code Review
Browse files

Merge "AndroidConfig: define HAVE_PTHREAD_SETNAME_NP"

parents 177e78ef de50fc1a
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?
 */