mailing list of musl libc
 help / color / mirror / code / Atom feed
c0a46ada5a010e6d97e40835fcd7c876989fd1ed blob 224 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include <bits/signal.h>

struct user_fpregs_struct {
	double f[32];
	unsigned int fcsr;
};

#define ELF_NGREG 32
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
typedef union __riscv_mc_fp_state elf_fpregset_t;
debug log:

solving c0a46ada ...
found c0a46ada in https://inbox.vuxu.org/musl/20190928234542.1426990-1-raj.khem@gmail.com/
found d2e383b2 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d2e383b24e53b9e5ebf99b46986d81cb46ec494d	arch/riscv64/bits/user.h

applying [1/1] https://inbox.vuxu.org/musl/20190928234542.1426990-1-raj.khem@gmail.com/
diff --git a/arch/riscv64/bits/user.h b/arch/riscv64/bits/user.h
index d2e383b2..c0a46ada 100644

Checking patch arch/riscv64/bits/user.h...
Applied patch arch/riscv64/bits/user.h cleanly.

index at:
100644 c0a46ada5a010e6d97e40835fcd7c876989fd1ed	arch/riscv64/bits/user.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).