Bug #2058
typo in lib/libthread_xu/thread/thr_init.c
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Think there is one underscore too much:
-STATIC_LIB_REQUIRE(_pthread_get_concurrency);
+STATIC_LIB_REQUIRE(_pthread_getconcurrency);
Probably there should also be a _pthread_setconcurrency.
Related todos
History
Updated by swildner about 2 years ago
Thanks, I've committed it.