pthread_mutex_setprioceiling.c\thread\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/thread/pthread_mutex_setprioceiling.c
blob: 681f07c8856d8a9de1332329780e2042775255c5 (plain) (blame)
1
2
3
4
5
6
#include "pthread_impl.h"
int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old)
{
	return EINVAL;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月13日 01:47:58 +0000

AltStyle によって変換されたページ (->オリジナル) /