ioperm.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/ioperm.c
blob: 08c6d8b86ca1b6f06ba54854a6898d7ea4a1ebc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "syscall.h"
#ifdef SYS_ioperm
#include <sys/io.h>
int ioperm(unsigned long from, unsigned long num, int turn_on)
{
	return syscall(SYS_ioperm, from, num, turn_on);
}
#endif
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月15日 02:26:51 +0000

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