Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1124 → Rev 1125

/uspace/trunk/libc/include/stdlib.h
29,6 → 29,7
#ifndef __LIBC__STDLIB_H__
#define __LIBC__STDLIB_H__
 
#include <unistd.h>
#include <malloc.h>
 
#define abort() _exit(1)