|
PatchworkOS
dbbdc99
A non-POSIX operating system.
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <sys/fs.h>#include "user/common/syscalls.h"Go to the source code of this file.
Functions | |
| uint64_t | open2 (const char *path, fd_t fds[2]) |
| System call for opening 2 file descriptors from one file. | |