mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Put pthread_condattr_init sorted order.
This commit is contained in:
parent
697ca17bb0
commit
9fc171584d
1 changed files with 1 additions and 1 deletions
|
|
@ -237,9 +237,9 @@ global:
|
|||
pthread_cond_timedwait;
|
||||
pthread_cond_wait;
|
||||
pthread_condattr_destroy;
|
||||
pthread_condattr_init;
|
||||
pthread_condattr_getclock;
|
||||
pthread_condattr_getpshared;
|
||||
pthread_condattr_init;
|
||||
pthread_condattr_setclock;
|
||||
pthread_condattr_setpshared;
|
||||
pthread_create;
|
||||
|
|
|
|||
Loading…
Reference in a new issue