mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:57:36 +00:00
LibC+LibPthread: Stub out pthread_rwlock_* functions
This commit is contained in:
parent
9e2c37a8b2
commit
26a8a84ded
3 changed files with 76 additions and 1 deletions
|
@ -99,7 +99,7 @@ typedef struct __pthread_cond_t {
|
|||
} pthread_cond_t;
|
||||
|
||||
typedef void* pthread_rwlock_t;
|
||||
typedef void* pthread_rwlockatrr_t;
|
||||
typedef void* pthread_rwlockattr_t;
|
||||
typedef void* pthread_spinlock_t;
|
||||
typedef struct __pthread_condattr_t {
|
||||
int clockid; // clockid_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue