mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH] riscv64: correct struct __ucontext name
@ 2020-12-05 17:01 Drew DeVault
  0 siblings, 0 replies; only message in thread
From: Drew DeVault @ 2020-12-05 17:01 UTC (permalink / raw)
  To: musl; +Cc: Drew DeVault


This makes it consistent with other architectures and fixes some issues
with downstream software.
---
Please Cc me on replies.

 arch/riscv64/bits/signal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv64/bits/signal.h b/arch/riscv64/bits/signal.h
index b006334f..6b8c3b17 100644
--- a/arch/riscv64/bits/signal.h
+++ b/arch/riscv64/bits/signal.h
@@ -60,7 +60,7 @@ struct sigaltstack {
 	size_t ss_size;
 };
 
-typedef struct ucontext_t
+typedef struct __ucontext
 {
 	unsigned long uc_flags;
 	struct ucontext_t *uc_link;
-- 
2.29.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-05 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05 17:01 [musl] [PATCH] riscv64: correct struct __ucontext name Drew DeVault

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).