PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
openat.c File Reference
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/fs.h>
#include "user/common/syscalls.h"
Include dependency graph for openat.c:

Go to the source code of this file.

Functions

fd_t openat (fd_t from, const char *path)
 System call for opening files relative to another file descriptor.