Wed 22 Jan 23:34:02 CET 2025
This commit is contained in:
parent
7ab58ce067
commit
a0c03d3cc5
|
@ -5,7 +5,6 @@
|
||||||
void exit( int code )
|
void exit( int code )
|
||||||
{
|
{
|
||||||
syscall_process_exit(code);
|
syscall_process_exit(code);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Some easy things yet to be implemented. */
|
/* Some easy things yet to be implemented. */
|
||||||
|
@ -18,3 +17,7 @@ int usleep( int usec );
|
||||||
int time( int *t );
|
int time( int *t );
|
||||||
struct timeval;
|
struct timeval;
|
||||||
int gettimeofday( struct timeval *tval, void *arg );
|
int gettimeofday( struct timeval *tval, void *arg );
|
||||||
|
|
||||||
|
#ifdef LIBRARY_STDLIB_EXT
|
||||||
|
#include "library_stdlib_ext.c"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user