]> Savannah Git Hosting - gnulib.git/commit
pthread-thread: Fix prototype of pthread_attr_getdetachstate.
authorBruno Haible <bruno@clisp.org>
Wed, 20 Nov 2019 01:31:42 +0000 (02:31 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 20 Nov 2019 01:32:34 +0000 (02:32 +0100)
commit9b4d21ead450e082119aa5175d0e1cba1755e392
tree2e8b9780afd6cc3f4e09bc9f17a40ec1660a1f47
parenta4740cc6fa277fb41aab06563657458e03ab0346
pthread-thread: Fix prototype of pthread_attr_getdetachstate.

* lib/pthread.in.h (pthread_attr_getdetachstate): Change first parameter
to 'const pthread_attr_t *'.
* lib/pthread-thread.c (pthread_attr_getdetachstate): Likewise.
* tests/test-pthread-c++.cc (pthread_attr_getdetachstate): Likewise.
ChangeLog
lib/pthread-thread.c
lib/pthread.in.h
tests/test-pthread-c++.cc