sem_unlink.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/sem_unlink.c
blob: c06134bd4978d22ea726e9d256afa264466ef080 (plain) (blame)
1
2
3
4
5
6
7
#include <semaphore.h>
#include <sys/mman.h>
int sem_unlink(const char *name)
{
	return shm_unlink(name);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 03:49:12 +0000

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