1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / delta68-nat.c
index 2874edd2776dc974de2e01c9724703ed64a1c43a..3995b235e04752956fe1c600232a50dfa144444c 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions specific to running gdb native on a Motorola Delta Series sysV68.
-   Copyright (C) 1993, Free Software Foundation, Inc.
+   Copyright (C) 1993, 1997-98, Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -84,3 +84,8 @@ clear_insn_cache ()
   memctl(0, 4096, MCT_TEXT);
 #endif
 }
+
+kernel_u_size ()
+{
+  return sizeof (struct user);
+}
This page took 0.023493 seconds and 4 git commands to generate.