mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: Rich Felker <dalias@aerifal.cx>
Cc: musl@lists.openwall.com, Baruch Siach <baruch@tkos.co.il>
Subject: [PATCH 2/2] fix risc64 user_regs_struct conflict with kernel header
Date: Tue,  6 Aug 2019 08:51:14 +0300	[thread overview]
Message-ID: <def2fa340038c0de0fd604db530d4b94b8121038.1565070674.git.baruch@tkos.co.il> (raw)
In-Reply-To: <63f4c551e85a848e336f41539b6dd283396eeda7.1565070674.git.baruch@tkos.co.il>

Rename user_regs_struct following the example of s390 to avoid conflict
with the kernel asm/ptrace.h header.
---
 arch/riscv64/bits/user.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv64/bits/user.h b/arch/riscv64/bits/user.h
index bd0f0fc7027f..097c7ad6ce18 100644
--- a/arch/riscv64/bits/user.h
+++ b/arch/riscv64/bits/user.h
@@ -1,4 +1,4 @@
-struct user_regs_struct {
+struct _user_regs_struct {
 	unsigned long pc;
 	unsigned long ra;
 	unsigned long sp;
-- 
2.20.1



  reply	other threads:[~2019-08-06  5:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-06  5:51 [PATCH 1/2] fix risc64 conflict with kernel headers Baruch Siach
2019-08-06  5:51 ` Baruch Siach [this message]
2019-08-06 12:10   ` [PATCH 2/2] fix risc64 user_regs_struct conflict with kernel header Rich Felker
2019-08-06 12:15     ` Baruch Siach
2019-08-06 13:01       ` Rich Felker
2019-08-06 13:16         ` Szabolcs Nagy
2019-08-06 14:04           ` Rich Felker
2019-08-06 16:31 ` [PATCH 1/2] fix risc64 conflict with kernel headers Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=def2fa340038c0de0fd604db530d4b94b8121038.1565070674.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --cc=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).