unshare.c\linux\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/linux/unshare.c
blob: 3861db3b205864d9fc9388b635162153bf685452 (plain) (blame)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE
#include <sched.h>
#include "syscall.h"
int unshare(int flags)
{
	return syscall(SYS_unshare, flags);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月29日 19:36:28 +0000

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