Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / java / lang / natEcosProcess.cc
blob9cfb19e702d8fc41b59d491e41965e90fe1eeb15
1 // natEcosProcess.cc - Native side of eCos processes.
3 /* Copyright (C) 1998, 1999 Free Software Foundation
5 This file is part of libgcj.
7 This software is copyrighted work licensed under the terms of the
8 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9 details. */
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.
15 #include <config.h>
17 #include <gcj/cni.h>
18 #include <jvm.h>
20 #include <java/lang/ConcreteProcess.h>
22 void
23 java::lang::ConcreteProcess::destroy (void)