MOS Source Code
|
#include "mos/filesystem/vfs.h"
#include "mos/mm/cow.h"
#include "mos/platform/platform.h"
#include "mos/syslog/printk.h"
#include "mos/tasks/elf.h"
#include "mos/tasks/process.h"
#include "mos/tasks/signal.h"
#include "mos/tasks/task_types.h"
#include "mos/tasks/thread.h"
#include <mos/filesystem/fs_types.h>
#include <mos/types.h>
#include <mos_stdlib.h>
#include <mos_string.h>
Go to the source code of this file.
Functions | |
long | process_do_execveat (process_t *process, fd_t dirfd, const char *path, const char *const argv[], const char *const envp[], int flags) |