mailing list of musl libc
 help / color / mirror / code / Atom feed
f66ed2e905172a6258ecaea6e5c078e23e2e8caf blob 1020 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 {
    unsigned long   st_dev;     /* Device.  */
    unsigned long   st_ino;     /* File serial number.  */
    unsigned int    st_mode;    /* File mode.  */
    unsigned int    st_nlink;   /* Link count.  */
    unsigned int    st_uid;     /* User ID of the file's owner.  */
    unsigned int    st_gid;     /* Group ID of the file's group. */
    unsigned long   st_rdev;    /* Device number, if device.  */
    unsigned long   __pad1;
    long        st_size;    /* Size of file, in bytes.  */
    int     st_blksize; /* Optimal block size for I/O.  */
    int     __pad2;
    long        st_blocks;  /* Number 512-byte blocks allocated. */
    long        st_atime_sec;   /* Time of last access.  */
    unsigned long   st_atime_nsec;
    long        st_mtime_sec;   /* Time of last modification.  */
    unsigned long   st_mtime_nsec;
    long        st_ctime_sec;   /* Time of last status change.  */
    unsigned long   st_ctime_nsec;
    unsigned int    __unused4;
    unsigned int    __unused5;
};
debug log:

solving f66ed2e9 ...
found f66ed2e9 in https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ ||
	https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/

applying [1/2] https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/
diff --git a/arch/loongarch64/kstat.h b/arch/loongarch64/kstat.h
new file mode 100644
index 00000000..f66ed2e9

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

skipping https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/ for f66ed2e9
index at:
100644 f66ed2e905172a6258ecaea6e5c078e23e2e8caf	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).