mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Unbreak buildworld by including pthread_rwlockattr_setkind_np and
pthread_rwlockattr_getkind_np.
This commit is contained in:
parent
c1ff8fd19a
commit
7672cbaaf9
2 changed files with 4 additions and 0 deletions
|
|
@ -177,8 +177,10 @@
|
|||
#define pthread_rwlock_unlock _pthread_rwlock_unlock
|
||||
#define pthread_rwlock_wrlock _pthread_rwlock_wrlock
|
||||
#define pthread_rwlockattr_destroy _pthread_rwlockattr_destroy
|
||||
#define pthread_rwlockattr_getkind_np _pthread_rwlockattr_getkind_np
|
||||
#define pthread_rwlockattr_getpshared _pthread_rwlockattr_getpshared
|
||||
#define pthread_rwlockattr_init _pthread_rwlockattr_init
|
||||
#define pthread_rwlockattr_setkind_np _pthread_rwlockattr_setkind_np
|
||||
#define pthread_rwlockattr_setpshared _pthread_rwlockattr_setpshared
|
||||
#define pthread_self _pthread_self
|
||||
#define pthread_set_name_np _pthread_set_name_np
|
||||
|
|
|
|||
|
|
@ -158,8 +158,10 @@
|
|||
#undef pthread_rwlock_unlock
|
||||
#undef pthread_rwlock_wrlock
|
||||
#undef pthread_rwlockattr_destroy
|
||||
#undef pthread_rwlockattr_getkind_np
|
||||
#undef pthread_rwlockattr_getpshared
|
||||
#undef pthread_rwlockattr_init
|
||||
#undef pthread_rwlockattr_setkind_np
|
||||
#undef pthread_rwlockattr_setpshared
|
||||
#undef pthread_self
|
||||
#undef pthread_set_name_np
|
||||
|
|
|
|||
Loading…
Reference in a new issue