Subversion Repositories HelenOS-historic

Rev

Rev 1125 | Rev 1472 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1125 Rev 1301
Line 31... Line 31...
31
 
31
 
32
#include <unistd.h>
32
#include <unistd.h>
33
#include <malloc.h>
33
#include <malloc.h>
34
 
34
 
35
#define abort() _exit(1)
35
#define abort() _exit(1)
-
 
36
#define exit(status)    _exit((status))
36
 
37
 
37
#endif
38
#endif