mailing list of musl libc
 help / color / mirror / code / Atom feed
46b16f62521cf0f8ed0a2a0349a179eeee6da9e7 blob 610 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
struct statx {
	uint32_t stx_mask;
	uint32_t stx_blksize;
	uint64_t stx_attributes;
	uint32_t stx_nlink;
	uint32_t stx_uid;
	uint32_t stx_gid;
	uint16_t stx_mode;
	uint16_t pad1;
	uint64_t stx_ino;
	uint64_t stx_size;
	uint64_t stx_blocks;
	uint64_t stx_attributes_mask;
	struct {
		int64_t tv_sec;
		uint32_t tv_nsec;
		int32_t pad;
	} stx_atime, stx_btime, stx_ctime, stx_mtime;
	uint32_t stx_rdev_major;
	uint32_t stx_rdev_minor;
	uint32_t stx_dev_major;
	uint32_t stx_dev_minor;
	uint64_t spare[14];
};

#define STATX_TYPE         0x001U
#define STATX_SIZE         0x200U
#define STATX_BASIC_STATS  0x7ffU
debug log:

solving 46b16f62 ...
found 46b16f62 in https://inbox.vuxu.org/musl/20200903112309.102601-6-sorear@fastmail.com/ ||
	https://inbox.vuxu.org/musl/e792658a-fbaa-48bd-8704-7f9d2ec5a4ef@www.fastmail.com/

applying [1/2] https://inbox.vuxu.org/musl/20200903112309.102601-6-sorear@fastmail.com/
diff --git a/src/internal/statx.h b/src/internal/statx.h
new file mode 100644
index 00000000..46b16f62

Checking patch src/internal/statx.h...
Applied patch src/internal/statx.h cleanly.

skipping https://inbox.vuxu.org/musl/e792658a-fbaa-48bd-8704-7f9d2ec5a4ef@www.fastmail.com/ for 46b16f62
index at:
100644 46b16f62521cf0f8ed0a2a0349a179eeee6da9e7	src/internal/statx.h

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).