mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Export pthread_condattr_getclock, pthread_condattr_setclock.
This commit is contained in:
parent
9a6bb8ad8f
commit
fb91fbdc5d
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,8 @@ global:
|
|||
pthread_cond_wait;
|
||||
pthread_condattr_destroy;
|
||||
pthread_condattr_init;
|
||||
pthread_condattr_getclock;
|
||||
pthread_condattr_setclock;
|
||||
pthread_create;
|
||||
pthread_detach;
|
||||
pthread_equal;
|
||||
|
|
|
|||
Loading…
Reference in a new issue