cap.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/cap.c
blob: 8d035e07a4c97896e4fbadfd76ba79a40e1a8ea0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "syscall.h"
int capset(void *a, void *b)
{
	return syscall(SYS_capset, a, b);
}
int capget(void *a, void *b)
{
	return syscall(SYS_capget, a, b);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 14:29:56 +0000

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