Subversion Repositories HelenOS

Rev

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

Rev 3686 Rev 4338
Line 55... Line 55...
55
#include <string.h>
55
#include <string.h>
56
 
56
 
57
extern char _heap;
57
extern char _heap;
58
extern int main(int argc, char *argv[]);
58
extern int main(int argc, char *argv[]);
59
 
59
 
-
 
60
int _errno;
-
 
61
 
60
void _exit(int status)
62
void _exit(int status)
61
{
63
{
62
    thread_exit(status);
64
    thread_exit(status);
63
}
65
}
64
 
66