*** empty log message ***
This commit is contained in:
parent
2f84de1ff5
commit
4d6c78998b
|
@ -8,6 +8,11 @@ What changed:
|
||||||
- The default pthread_mutex type is now PTHREAD_MUTEX_NORMAL, rather than
|
- The default pthread_mutex type is now PTHREAD_MUTEX_NORMAL, rather than
|
||||||
PTHREAD_MUTEX_ERRORCHECK, just as on Linux.
|
PTHREAD_MUTEX_ERRORCHECK, just as on Linux.
|
||||||
|
|
||||||
|
- Align pthread_attr stack functions more closely to Linux.
|
||||||
|
|
||||||
|
- Mark pthread_attr_getstackaddr and pthread_attr_setstackaddr as deprecated,
|
||||||
|
as on Linux.
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in New Issue