mailing list of musl libc
 help / color / mirror / code / Atom feed
258ba8bd251df8615f4b074fe7e4c2c675fed99e blob 201 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_ret(syscall(SYS_close_range, first, last, flags));
}
debug log:

solving 258ba8bd ...
found 258ba8bd in https://inbox.vuxu.org/musl/20230901080224.10889-1-ncopa@alpinelinux.org/

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

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

index at:
100644 258ba8bd251df8615f4b074fe7e4c2c675fed99e	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).