Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
wasi
thread-stub
pthread_mutex_getprioceiling.c
pretty
plain
permalink
blame
history
•
6 lines
•
138 B
1
#include "pthread_impl.h"
2
3
int pthread_mutex_getprioceiling(const pthread_mutex_t *restrict m, int *restrict ceiling)
4
{
5
	return EINVAL;
6
}