Subversion Repositories HelenOS-historic

Rev

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

Rev 985 Rev 1125
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __LIBC__STDLIB_H__
29
#ifndef __LIBC__STDLIB_H__
30
#define __LIBC__STDLIB_H__
30
#define __LIBC__STDLIB_H__
31
 
31
 
-
 
32
#include <unistd.h>
32
#include <malloc.h>
33
#include <malloc.h>
33
 
34
 
34
#define abort() _exit(1)
35
#define abort() _exit(1)
35
 
36
 
36
#endif
37
#endif