diff options
Diffstat (limited to 'src/unistd/execlp.c')
-rw-r--r-- | src/unistd/execlp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/execlp.c b/src/unistd/execlp.c index 14a5f868..b8a5b4d4 100644 --- a/src/unistd/execlp.c +++ b/src/unistd/execlp.c @@ -1,3 +1,5 @@ +#if 0 + #include <stddef.h> #include <sys/types.h> #include <unistd.h> @@ -22,3 +24,6 @@ int execlp(const char *file, const char *arg0, ... /*, (char *0) */) /* POSIX(1) */ + + +#endif |