remap_file_pages.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/remap_file_pages.c
blob: a9699ce2e4f7d71c18cf500bacbfda4c47e86ce2 (plain) (blame)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE
#include <sys/mman.h>
#include "syscall.h"
int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags)
{
	return syscall(SYS_remap_file_pages, addr, size, prot, pgoff, flags);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 18:33:48 +0000

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