mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Put pthread_condattr_init sorted order.
This commit is contained in:
parent
697ca17bb0
commit
9fc171584d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151637
@ -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 New Issue
Block a user