Searched hist:"662 dfd3a3f13cdd796bb67ae5669e64512ef5b7d" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/libs/posix_error_mapper/ |
H A D | pthread_mutex.cpp | 662dfd3a3f13cdd796bb67ae5669e64512ef5b7d Tue Feb 28 01:08:40 UTC 2017 Julian Harnath <julian.harnath@rwth-aachen.de> posix_error_mapper: fix pthread_mutex*_get*()
* Commit 0bec83a8 added const to the signatures of pthread_mutex*_get*() functions. The declarations in posix_error_mapper now didn't match that anymore, so the extern C was lost, adding C++ mangling to the functions from posix_error_mapper. This made linking applications with posix_error_mapper fail.
|
H A D | pthread_mutexattr.cpp | 662dfd3a3f13cdd796bb67ae5669e64512ef5b7d Tue Feb 28 01:08:40 UTC 2017 Julian Harnath <julian.harnath@rwth-aachen.de> posix_error_mapper: fix pthread_mutex*_get*()
* Commit 0bec83a8 added const to the signatures of pthread_mutex*_get*() functions. The declarations in posix_error_mapper now didn't match that anymore, so the extern C was lost, adding C++ mangling to the functions from posix_error_mapper. This made linking applications with posix_error_mapper fail.
|