mailing list of musl libc
 help / color / mirror / code / Atom feed
4e39ffacc74e6ecd8857bad8fb2db31308f0a965 blob 398 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
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 long __pad1;
	off_t st_size;
	unsigned st_blksize;
	int __pad2;
	blkcnt_t st_blocks;
	long st_atime_sec;
	unsigned long st_atime_nsec;
	long st_mtime_sec;
	unsigned long st_mtime_nsec;
	long st_ctime_sec;
	unsigned long st_ctime_nsec;
	unsigned __unused[2];
};
debug log:

solving 4e39ffac ...
found 4e39ffac in https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/

applying [1/1] https://inbox.vuxu.org/musl/b8869794-0624-6a5f-df15-1840609306a1@loongson.cn/
diff --git a/arch/loongarch64/kstat.h b/arch/loongarch64/kstat.h
new file mode 100644
index 00000000..4e39ffac

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

index at:
100644 4e39ffacc74e6ecd8857bad8fb2db31308f0a965	arch/loongarch64/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).