LibC: Make pthread_t pid_t
This commit is contained in:
parent
2777ec423c
commit
2935e2c8a5
|
@ -78,7 +78,7 @@ __BEGIN_DECLS
|
||||||
|
|
||||||
#if !defined(__pthread_t_defined) && (defined(__need_all_types) || defined(__need_pthread_t))
|
#if !defined(__pthread_t_defined) && (defined(__need_all_types) || defined(__need_pthread_t))
|
||||||
#define __pthread_t_defined 1
|
#define __pthread_t_defined 1
|
||||||
typedef int pthread_t;
|
typedef pid_t pthread_t;
|
||||||
#endif
|
#endif
|
||||||
#undef __need_pthread_t
|
#undef __need_pthread_t
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue