Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Userland/Libraries/LibC/pthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param
0, 0, CLOCK_MONOTONIC_COARSE \
}

// FIXME: Actually implement this!
#define PTHREAD_RWLOCK_INITIALIZER \
NULL
{ \
0 \
}

#define PTHREAD_KEYS_MAX 64
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
Expand Down
Loading