OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / natEcosProcess.cc
1 // natEcosProcess.cc - Native side of eCos processes.
2
3 /* Copyright (C) 1998, 1999, 2006  Free Software Foundation
4
5    This file is part of libgcj.
6
7 This software is copyrighted work licensed under the terms of the
8 Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
9 details.  */
10
11 // The configury system needs this file to exist, since we can't
12 // really conditionally link files (an autoconf bug).  To avoid having
13 // an empty translation unit, we make a single method native.  FIXME.
14
15 #include <config.h>
16
17 #include <gcj/cni.h>
18 #include <jvm.h>
19
20 #include <java/lang/EcosProcess.h>
21
22 void
23 java::lang::EcosProcess::destroy (void)
24 {
25 }