Actions
Bug #2058
closedtypo in lib/libthread_xu/thread/thr_init.c
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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.
Actions