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

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