Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/kern/lib/libsys_linux add a few arch-specific stubs...



details:   https://anonhg.NetBSD.org/src/rev/262e8a4f153a
branches:  trunk
changeset: 785867:262e8a4f153a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Apr 03 22:43:56 2013 +0000

description:
add a few arch-specific stubs to make this link on arm

diffstat:

 sys/rump/kern/lib/libsys_linux/component.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 14025efcbdfe -r 262e8a4f153a sys/rump/kern/lib/libsys_linux/component.c
--- a/sys/rump/kern/lib/libsys_linux/component.c        Wed Apr 03 20:23:01 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/component.c        Wed Apr 03 22:43:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: component.c,v 1.6 2013/03/07 19:10:59 pooka Exp $      */
+/*     $NetBSD: component.c,v 1.7 2013/04/03 22:43:56 pooka Exp $      */
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -79,3 +79,7 @@
 __weak_alias(oss_ioctl_audio,rumplinux__stub);
 __weak_alias(rusage_to_rusage50,rumplinux__stub);
 __weak_alias(do_sys_wait,rumplinux__stub);
+
+/* arch-specific */
+__weak_alias(compat_offseterr,rumplinux__stub);
+__weak_alias(linux_sys_ptrace_arch,rumplinux__stub);



Home | Main Index | Thread Index | Old Index