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