|
@@ -21,5 +21,6 @@ ErrorOr<void> sigaction(int signal, struct sigaction const* action, struct sigac
|
|
ErrorOr<int> fcntl(int fd, int command, ...);
|
|
ErrorOr<int> fcntl(int fd, int command, ...);
|
|
ErrorOr<void*> mmap(void* address, size_t, int protection, int flags, int fd, off_t, size_t alignment = 0, StringView name = {});
|
|
ErrorOr<void*> mmap(void* address, size_t, int protection, int flags, int fd, off_t, size_t alignment = 0, StringView name = {});
|