Updates and fixes

This commit is contained in:
ceriel
1991-09-19 12:54:23 +00:00
parent 4bd8dcde59
commit 1df45b5beb
7 changed files with 25 additions and 18 deletions

View File

@@ -1,10 +1,9 @@
#include <lib.h>
#include <string.h>
#include <unistd.h>
#define execl _execl
#define execle _execle
#define execv _execv
#define execve _execve
#include <unistd.h>
extern char **environ; /* environment pointer */