Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/rdos/execve.c')
-rw-r--r--newlib/libc/sys/rdos/execve.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/newlib/libc/sys/rdos/execve.c b/newlib/libc/sys/rdos/execve.c
index ac7eeb25c..38465327a 100644
--- a/newlib/libc/sys/rdos/execve.c
+++ b/newlib/libc/sys/rdos/execve.c
@@ -1,10 +1,10 @@
-#include "config.h"
-#include <_ansi.h>
-#include <_syslist.h>
-#include <errno.h>
-
-int execve( char *name, char **argv, char **env)
-{
- errno = ENOSYS;
- return -1;
-}
+#include "config.h"
+#include <_ansi.h>
+#include <_syslist.h>
+#include <errno.h>
+
+int execve( char *name, char **argv, char **env)
+{
+ errno = ENOSYS;
+ return -1;
+}