Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 924 → Rev 925

/shark/trunk/include/stdlib.h
20,11 → 20,11
 
/**
------------
CVS : $Id: stdlib.h,v 1.3 2003-03-13 13:41:04 pj Exp $
CVS : $Id: stdlib.h,v 1.4 2005-01-08 14:54:09 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:41:04 $
Revision: $Revision: 1.4 $
Last update: $Date: 2005-01-08 14:54:09 $
------------
 
stdlib.h
71,7 → 71,7
 
/* This is not the correct behaviour of the function. Maybe someone will fix
it; see kernel/kern.c */
#define exit _exit
void exit(int status);
void _exit(int status);
 
/* to implement!! */