]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/arch/aarch64/bits/signal.h
Update to musl 1.2.2.
[wasi-libc.git] / libc-top-half / musl / arch / aarch64 / bits / signal.h
index b71261f56816b79708d7f875601d9e620a92ceb6..5098c7341d116b94ad0a76f177bb8e3d8a9b31f4 100644 (file)
@@ -11,7 +11,7 @@ typedef unsigned long greg_t;
 typedef unsigned long gregset_t[34];
 
 typedef struct {
-       long double vregs[32];
+       __uint128_t vregs[32];
        unsigned int fpsr;
        unsigned int fpcr;
 } fpregset_t;
@@ -34,7 +34,7 @@ struct fpsimd_context {
        struct _aarch64_ctx head;
        unsigned int fpsr;
        unsigned int fpcr;
-       long double vregs[32];
+       __uint128_t vregs[32];
 };
 struct esr_context {
        struct _aarch64_ctx head;