summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/execv.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-25 13:28:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-25 13:28:28 +0000
commitb965227fa101c747d49dc5ad47a37489af8f970f (patch)
treee7faea57e224aacd129c366943b2d883614af6e2 /c/src/exec/posix/src/execv.c
parentAdded information on every service in this chapter. Most of them are (diff)
downloadrtems-b965227fa101c747d49dc5ad47a37489af8f970f.tar.bz2
Now compiles.
Diffstat (limited to 'c/src/exec/posix/src/execv.c')
-rw-r--r--c/src/exec/posix/src/execv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/execv.c b/c/src/exec/posix/src/execv.c
index 0d580ba882..d05f4a2c58 100644
--- a/c/src/exec/posix/src/execv.c
+++ b/c/src/exec/posix/src/execv.c
@@ -10,6 +10,7 @@ int execv(
const char *file,
char *const argv[],
...
+)
{
errno = ENOSYS;
return -1;