mailing list of musl libc
 help / color / mirror / code / Atom feed
3f1378a06d98451f3d3e177e2ce6325a6f405074 blob 186 bytes (raw)

1
2
3
4
5
6
7
8
 
#define _GNU_SOURCE
#include <unistd.h>
#include "syscall.h"

int close_range(unsigned int first, unsigned int last, int flags)
{
	return syscall(SYS_close_range, first, last, flags);
}
debug log:

solving 3f1378a0 ...
found 3f1378a0 in https://inbox.vuxu.org/musl/20230901145913.28307-1-ncopa@alpinelinux.org/

applying [1/1] https://inbox.vuxu.org/musl/20230901145913.28307-1-ncopa@alpinelinux.org/
diff --git a/src/linux/close_range.c b/src/linux/close_range.c
new file mode 100644
index 00000000..3f1378a0

Checking patch src/linux/close_range.c...
Applied patch src/linux/close_range.c cleanly.

index at:
100644 3f1378a06d98451f3d3e177e2ce6325a6f405074	src/linux/close_range.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).