Update unistd.h with declaration of vfork(). This is required when
writing applications with nolibc.
Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Andrei Tatar <andrei@unikraft.io>
GitHub-Closes: #1627
#endif
#define __NEED_NULL
+#define __NEED_pid_t
#define __NEED_size_t
#define __NEED_ssize_t
#define __NEED_off_t
char *const envp[]);
int execve(const char *filename, char *const argv[],
char *const envp[]);
+pid_t vfork(void);
#endif
#if CONFIG_LIBVFSCORE