We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__pthread_normal_mutex_initializer_np
1 parent 7919b8c commit c349d70Copy full SHA for c349d70
winsup/cygwin/include/pthread.h
@@ -55,7 +55,7 @@ extern "C"
55
#define PTHREAD_BARRIER_SERIAL_THREAD (-1)
56
57
/* This condition matches the one in <sys/_pthreadtypes.h> */
58
-#if !defined(__INSIDE_CYGWIN__) || !defined(__cplusplus)
+#if (!defined(__INSIDE_CYGWIN__) || !defined(__cplusplus)) && !defined(__aarch64__)
59
/* Constants for initializer macros */
60
extern struct __pthread_mutex_t __pthread_recursive_mutex_initializer_np;
61
extern struct __pthread_mutex_t __pthread_normal_mutex_initializer_np;
0 commit comments