mailing list of musl libc
 help / color / mirror / code / Atom feed
4c5cd68cf7503b18fb59d80aae124b4abb04f49a blob 200 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, (unsigned int)flags);
}
debug log:

solving 4c5cd68c ...
found 4c5cd68c in https://inbox.vuxu.org/musl/20220810130311.dwk7zxwkz32igrdm@yandex.com/

applying [1/1] https://inbox.vuxu.org/musl/20220810130311.dwk7zxwkz32igrdm@yandex.com/
diff --git a/src/linux/close_range.c b/src/linux/close_range.c
new file mode 100644
index 00000000..4c5cd68c

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

index at:
100644 4c5cd68cf7503b18fb59d80aae124b4abb04f49a	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).