mailing list of musl libc
 help / color / mirror / code / Atom feed
36b45d3314458922323c7f64ce054708f3823fea blob 229 bytes (raw)

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

int statx(int dirfd, const char *restrict path, int flags, unsigned mask, struct statx *restrict stx)
{
	return syscall(SYS_statx, dirfd, path, flags, mask, stx);
}
debug log:

solving 36b45d33 ...
found 36b45d33 in https://inbox.vuxu.org/musl/20200119121247.37310-1-info@bnoordhuis.nl/

applying [1/1] https://inbox.vuxu.org/musl/20200119121247.37310-1-info@bnoordhuis.nl/
diff --git a/src/stat/statx.c b/src/stat/statx.c
new file mode 100644
index 00000000..36b45d33

Checking patch src/stat/statx.c...
Applied patch src/stat/statx.c cleanly.

index at:
100644 36b45d3314458922323c7f64ce054708f3823fea	src/stat/statx.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).