1
Fork 0
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:
AnotherTest 2021-02-13 12:06:05 +03:30 committed by Andreas Kling
parent 9e2c37a8b2
commit 26a8a84ded
3 changed files with 76 additions and 1 deletions

View file

@ -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