From: David Gibson <david@gibson.dropbear.id.au>
To: Anton Blanchard <anton@samba.org>
Cc: trivial@rustcorp.com.au, linux-kernel@vger.kernel.org
Subject: [TRIVIAL] Implicit declaration in ppc64 signal32.c
Date: Thu, 22 May 2003 16:27:23 +1000 [thread overview]
Message-ID: <20030522062723.GE14009@zax> (raw)
Anton, please apply. do_signal32() is used before it is defined, this
prototype squashes the warning.
diff -urN for-linus-ppc64/arch/ppc64/kernel/signal32.c linux-congo/arch/ppc64/kernel/signal32.c
--- for-linus-ppc64/arch/ppc64/kernel/signal32.c 2003-05-07 15:10:18.000000000 +1000
+++ linux-congo/arch/ppc64/kernel/signal32.c 2003-05-22 15:54:55.000000000 +1000
@@ -97,7 +97,7 @@
struct ucontext32 uc;
};
-
+int do_signal32(sigset_t *oldset, struct pt_regs *regs);
/*
* Start of nonRT signal support
--
David Gibson | For every complex problem there is a
david@gibson.dropbear.id.au | solution which is simple, neat and
| wrong.
http://www.ozlabs.org/people/dgibson
reply other threads:[~2003-05-22 6:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030522062723.GE14009@zax \
--to=david@gibson.dropbear.id.au \
--cc=anton@samba.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox