* [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
mailing list of musl libc
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.vuxu.org/musl
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 musl musl/ http://inbox.vuxu.org/musl \
musl@inbox.vuxu.org
public-inbox-index musl
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.vuxu.org/vuxu.archive.musl
code repositories for the project(s) associated with this inbox:
https://git.vuxu.org/mirror/musl/
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git