OS/2: more changes to make it conform to rbuild.

svn path=/trunk/; revision=17353
This commit is contained in:
Emanuele Aliberti 2005-08-12 20:55:07 +00:00
parent ebfff39168
commit 88a218b3f6
26 changed files with 209 additions and 251 deletions

View file

@ -1 +0,0 @@
*.o

View file

@ -1,4 +1,4 @@
/* $Id: process.cpp,v 1.6 2003/01/07 16:23:11 robd Exp $
/* $Id$
*/
/*
*
@ -31,7 +31,7 @@ APIRET STDCALL DosSleep(ULONG msec)
}
/* $Id: process.cpp,v 1.6 2003/01/07 16:23:11 robd Exp $ */
/* $Id$ */
/* Terminates the current thread or the current Process.
Decission is made by action
FIXME: move this code to OS2.EXE */