|
|
Message-Id: <20201205170034.9478-1-sir@cmpwn.com>
Date: Sat, 05 Dec 2020 17:01:26 GMT
From: Drew DeVault <sir@...wn.com>
To: musl@...ts.openwall.com
Cc: Drew DeVault <sir@...wn.com>
Subject: [PATCH] riscv64: correct struct __ucontext name
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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.