Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/alpha Declare linux_syscall_intern().



details:   https://anonhg.NetBSD.org/src/rev/7f80ef94a232
branches:  trunk
changeset: 500611:7f80ef94a232
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Dec 14 18:10:14 2000 +0000

description:
Declare linux_syscall_intern().

diffstat:

 sys/compat/linux/arch/alpha/linux_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 260bad3a81a4 -r 7f80ef94a232 sys/compat/linux/arch/alpha/linux_machdep.h
--- a/sys/compat/linux/arch/alpha/linux_machdep.h       Thu Dec 14 18:08:09 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_machdep.h       Thu Dec 14 18:10:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.h,v 1.4 2000/12/11 04:55:09 mycroft Exp $        */
+/*     $NetBSD: linux_machdep.h,v 1.5 2000/12/14 18:10:14 mycroft Exp $        */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -101,6 +101,7 @@
                                  sigset_t *));
 void linux_sendsig __P((sig_t, int, sigset_t *, u_long));
 dev_t linux_fakedev __P((dev_t));
+void linux_syscall_intern __P((struct proc *));
 __END_DECLS
 #endif /* !_KERNEL */
 



Home | Main Index | Thread Index | Old Index