Commit fdcaeac1 authored by Sharvil Nanavati's avatar Sharvil Nanavati Committed by Android Git Automerger
Browse files

am 00cef820: am 64e9e71c: Define nonportable pthread mutex macros with the _NP suffix.

* commit '00cef820':
  Define nonportable pthread mutex macros with the _NP suffix.
parents ae1e7545 00cef820
......@@ -46,6 +46,9 @@ typedef struct {
typedef long pthread_mutexattr_t;
#define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP PTHREAD_RECURSIVE_MUTEX_INITIALIZER
#define PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP PTHREAD_ERRORCHECK_MUTEX_INITIALIZER
enum {
PTHREAD_MUTEX_NORMAL = 0,
PTHREAD_MUTEX_RECURSIVE = 1,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment