Go to the documentation of this file.
32 #include <sys/times.h>
40 char *__env[1] = { 0 };
70 for (DataIdx = 0; DataIdx < len; DataIdx++)
82 for (DataIdx = 0; DataIdx < len; DataIdx++)
95 int _fstat(
int file,
struct stat *st)
97 st->st_mode = S_IFCHR;
111 int _open(
char *path,
int flags, ...)
134 int _stat(
char *file,
struct stat *st)
136 st->st_mode = S_IFCHR;
int _link(char *old, char *new)
int _kill(int pid, int sig)
int _stat(char *file, struct stat *st)
void initialise_monitor_handles()
int _write(int file, char *ptr, int len)
int _read(int file, char *ptr, int len)
int _times(struct tms *buf)
int _execve(char *name, char **argv, char **env)
int _open(char *path, int flags,...)
int _fstat(int file, struct stat *st)
int _lseek(int file, int ptr, int dir)
int __io_putchar(int ch) __attribute__((weak))