| Summary: | Wrong documentation pthread_getspecific() ? | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | mb <mb> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Fixed by Ruslan in pthread.3:1.14. Thanks. |
$man phthread [...] void * pthread_getspecific(pthread_key_t key, void **value_ptr) Get the thread-specific value for the specified key. [...] $ grep pthread_getspecific /usr/src/include/pthread.h void *pthread_getspecific __P((pthread_key_t)); Fix: Correct the doc to: void * pthread_getspecific(pthread_key_t key)