提交 4e3c6b43 编写于 作者: R Rich Felker

make pthread_key_t unsigned to match ABI

上级 0109d950
......@@ -46,7 +46,7 @@ TYPEDEF unsigned long pthread_t;
TYPEDEF struct __pthread * pthread_t;
#endif
TYPEDEF int pthread_once_t;
TYPEDEF int pthread_key_t;
TYPEDEF unsigned pthread_key_t;
TYPEDEF int pthread_spinlock_t;
TYPEDEF struct { unsigned __attr; } pthread_mutexattr_t;
TYPEDEF struct { unsigned __attr; } pthread_condattr_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册