Wed 22 Jan 23:34:02 CET 2025

This commit is contained in:
sbosse 2025-01-22 23:34:27 +01:00
parent 7ab58ce067
commit a0c03d3cc5

View File

@ -5,7 +5,6 @@
void exit( int code )
{
syscall_process_exit(code);
}
/* Some easy things yet to be implemented. */
@ -18,3 +17,7 @@ int usleep( int usec );
int time( int *t );
struct timeval;
int gettimeofday( struct timeval *tval, void *arg );
#ifdef LIBRARY_STDLIB_EXT
#include "library_stdlib_ext.c"
#endif