*** empty log message ***

This commit is contained in:
Corinna Vinschen 2014-07-16 10:29:28 +00:00
parent 2f84de1ff5
commit 4d6c78998b
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ What changed:
- The default pthread_mutex type is now PTHREAD_MUTEX_NORMAL, rather than
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
---------