source: trunk/gcc/libjava/java/lang/natEcosProcess.cc

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 645 bytes
Line 
1// natEcosProcess.cc - Native side of eCos processes.
2
3/* Copyright (C) 1998, 1999 Free Software Foundation
4
5 This file is part of libgcj.
6
7This software is copyrighted work licensed under the terms of the
8Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9details. */
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/ConcreteProcess.h>
21
22void
23java::lang::ConcreteProcess::destroy (void)
24{
25}
Note: See TracBrowser for help on using the repository browser.