diff options
Diffstat (limited to 'src/process/posix_spawnp.c')
-rw-r--r-- | src/process/posix_spawnp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process/posix_spawnp.c b/src/process/posix_spawnp.c index 165be746..aad6133b 100644 --- a/src/process/posix_spawnp.c +++ b/src/process/posix_spawnp.c @@ -1,8 +1,6 @@ #include <spawn.h> #include <unistd.h> -int __execvpe(const char *, char *const *, char *const *); - int posix_spawnp(pid_t *restrict res, const char *restrict file, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, |