summaryrefslogtreecommitdiff
path: root/sys/alpha/linux
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-25 23:41:39 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-25 23:41:39 +0000
commit17bd614dd90aff6fbac244a3f2a26633b78acb5a (patch)
treead37c84ba9565043201b51b9bc0b42677bcdbe07 /sys/alpha/linux
parentf9a4e5c5287a1bccf8597f6d21e4be5a0ec84c7e (diff)
Notes
Diffstat (limited to 'sys/alpha/linux')
-rw-r--r--sys/alpha/linux/linux_sysvec.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c
index e3046b0b592d..b9526711f762 100644
--- a/sys/alpha/linux/linux_sysvec.c
+++ b/sys/alpha/linux/linux_sysvec.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_sysvec.c,v 1.16 1997/08/18 06:58:59 charnier Exp $
+ * $Id: linux_sysvec.c,v 1.17 1997/08/21 06:33:04 charnier Exp $
*/
/* XXX we use functions that might not exist. */
@@ -57,7 +57,6 @@ int linux_fixup __P((int **stack_base, struct image_params *iparams));
int elf_linux_fixup __P((int **stack_base, struct image_params *iparams));
void linux_prepsyscall __P((struct trapframe *tf, int *args, u_int *code, caddr_t *params));
void linux_sendsig __P((sig_t catcher, int sig, int mask, u_long code));
-static void linux_elf_init __P((void *dummy));
/*
* Linux syscalls return negative errno's, we do positive and map them
@@ -406,6 +405,8 @@ Elf32_Brandinfo linux_brand = {
* XXX: this is WRONG, it needs to be SI_SUB_EXEC, but this is just at the
* "proof of concept" stage and will be fixed shortly
*/
+static void linux_elf_init __P((void *dummy));
+
static void
linux_elf_init(dummy)
void *dummy;