about summary refs log tree commit diff stats
path: root/src/libtools/myalign.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-28 15:54:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-03-28 15:54:51 +0200
commitee561da549fb6f47f4b301466f2f751a085fa6d5 (patch)
tree5920f59269141614587511701bf5c9a30628f027 /src/libtools/myalign.c
parentba1493857f16f8d8e9eec8f3d421e49784761e8d (diff)
downloadbox64-ee561da549fb6f47f4b301466f2f751a085fa6d5.tar.gz
box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.zip
Added more libc and pthreads wrapped functions
Diffstat (limited to 'src/libtools/myalign.c')
-rwxr-xr-xsrc/libtools/myalign.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libtools/myalign.c b/src/libtools/myalign.c
index 9f98e159..0998f18f 100755
--- a/src/libtools/myalign.c
+++ b/src/libtools/myalign.c
@@ -551,24 +551,6 @@ void myStackAlignGVariantNew(const char* fmt, uint32_t* st, uint32_t* mystack)
 #undef st_mtime
 #undef st_ctime
 
-struct x64_stat64 {                   /* x86_64       arm64 */
-    uint64_t st_dev;                    /* 0   */   /* 0   */
-    uint64_t st_ino;                    /* 8   */   /* 8   */
-    uint64_t st_nlink;                  /* 16  */   /* 20  */
-    uint32_t st_mode;                   /* 24  */   /* 16  */
-    uint32_t st_uid;                    /* 28  */   /* 24  */
-    uint32_t st_gid;                    /* 32  */   /* 28  */
-    int __pad0;                         /* 36  */   /* --- */
-    uint64_t st_rdev;                   /* 40  */   /* 32  */
-    int64_t st_size;                    /* 48  */   /* 48  */
-    int64_t st_blksize;                 /* 56  */   /* 56  */
-    uint64_t st_blocks;                 /* 64  */   /* 64  */
-    struct timespec st_atim;            /* 72  */   /* 72  */
-    struct timespec st_mtim;            /* 88  */   /* 88  */
-    struct timespec st_ctim;            /* 104 */   /* 104 */
-    uint64_t __glibc_reserved[3];       /* 120 */   /* 120 */
-} __attribute__((packed));              /* 144 */   /* 128 */
-
 void UnalignStat64(const void* source, void* dest)
 {
     struct x64_stat64 *x64st = (struct x64_stat64*)dest;