home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / lib / native / java.lang / ProcessReaper.c < prev    next >
C/C++ Source or Header  |  1996-09-28  |  592b  |  26 lines

  1. /*
  2.  * java.lang.ProcessReaper.c
  3.  *
  4.  * Copyright (c) 1996 Systems Architecture Research Centre,
  5.  *           City University, London, UK.
  6.  *
  7.  * See the file "license.terms" for information on usage and redistribution
  8.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  9.  *
  10.  * Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
  11.  */
  12.  
  13. #include <native.h>
  14. #include <stdlib.h>
  15. #include "java.lang.stubs/Thread.h"
  16. #include "java.lang.stubs/ProcessReaper.h"
  17.  
  18. /*
  19.  * Wait for the death of ...
  20.  */
  21. void
  22. java_lang_ProcessReaper_waitForDeath(struct Hjava_lang_ProcessReaper* this)
  23. {
  24.     abort();
  25. }
  26.