summaryrefslogtreecommitdiff
path: root/src/user/lib/include/unistd.h
blob: b825e453bcf36bf954428dd4b11b62c94f520540 (plain)
1
2
3
4
5
6
#pragma once
#include <camellia/types.h> // TODO only needed because of handle_t

int fork(void);
int close(handle_t h);
_Noreturn void exit(int);