From c92305221770bb1316d026c200d569ca4e930e42 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 28 Aug 2025 16:20:17 -0400 Subject: merge libc files, new init methods for libjove --- lib/libc-headless/include/unistd.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/libc-headless/include/unistd.h (limited to 'lib/libc-headless/include/unistd.h') diff --git a/lib/libc-headless/include/unistd.h b/lib/libc-headless/include/unistd.h deleted file mode 100644 index 4e14be9..0000000 --- a/lib/libc-headless/include/unistd.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _UNISTD_H -#define _UNISTD_H 1 - -#include - -int execv(const char *pathname, char *const argv[]); -int execve(const char *pathname, char *const argv[], char *const envp[]); -int execvp(const char *pathname, char *const argv[]); -pid_t fork(void); - -#endif -- cgit v1.2.1