mailing list of musl libc
 help / color / mirror / code / Atom feed
33c62155bc0baa859acc88bb6c06c5c5e38a81d8 blob 1120 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
struct stat {
    dev_t st_dev;                       /* Device.                          */
    ino_t st_ino;                       /* 32bit file serial number         */
    mode_t st_mode;                     /* File mode.                       */
    nlink_t st_nlink;                   /* Link count.                      */
    uid_t st_uid;                       /* User ID of the file's owner.     */
    gid_t st_gid;                       /* Group ID of the file's group.    */
    dev_t st_rdev;                      /* Device number, if device.        */
    unsigned long long _pad1;
    off_t st_size;                      /* Size of file, in bytes.          */
    blksize_t st_blksize;               /* Optimal block size for I/O.      */
    int __pad2;
    blkcnt_t st_blocks;                 /* Number 512-byte blocks allocated */
    struct timespec st_atim;            /* Time of last access.             */
    struct timespec st_mtim;            /* Time of last modification.       */
    struct timespec st_ctim;            /* Time of last status change.      */
    unsigned int __unused[2];
};
debug log:

solving 33c62155 ...
found 33c62155 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/bits/stat.h b/arch/kvx/bits/stat.h
new file mode 100644
index 00000000..33c62155

Checking patch arch/kvx/bits/stat.h...
Applied patch arch/kvx/bits/stat.h cleanly.

index at:
100644 33c62155bc0baa859acc88bb6c06c5c5e38a81d8	arch/kvx/bits/stat.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).