mailing list of musl libc
 help / color / mirror / code / Atom feed
0250fa8a95500fda58ce739e096a2086559d58ee blob 383 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
struct kstat {
	dev_t st_dev;
	ino_t st_ino;
	mode_t st_mode;
	nlink_t st_nlink;
	uid_t st_uid;
	gid_t st_gid;
	dev_t st_rdev;
	unsigned int    __pad0;
	off_t st_size;
	blksize_t st_blksize;
	unsigned int    __pad1;
	blkcnt_t st_blocks;

	long st_atime_sec;
	long st_atime_nsec;
	long st_mtime_sec;
	long st_mtime_nsec;
	long st_ctime_sec;
	long st_ctime_nsec;
	long __unused[2];
};
debug log:

solving 0250fa8a ...
found 0250fa8a in https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/

applying [1/1] https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/
diff --git a/arch/kvx/kstat.h b/arch/kvx/kstat.h
new file mode 100644
index 00000000..0250fa8a

Checking patch arch/kvx/kstat.h...
Applied patch arch/kvx/kstat.h cleanly.

index at:
100644 0250fa8a95500fda58ce739e096a2086559d58ee	arch/kvx/kstat.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).