summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/_execve.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-01-19 12:11:47 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-19 12:11:47 -0600
commit22bb1b61cb4efe0c0dbe41057aac83bb5cffb5d3 (patch)
treeeb390a0a512494bc180d633fa5784dee84a38c5a /cpukit/posix/src/_execve.c
parentpsxtests: Fix link-time errors (diff)
downloadrtems-22bb1b61cb4efe0c0dbe41057aac83bb5cffb5d3.tar.bz2
posix/src/exec*: Remove all variants already in Newlib
The RTEMS build of Newlib includes implementations of all exec*() variants. They rely on the _execve() support method. RTEMS already had this and it returned ENOSYS. There is no functional change. closes #2537.
Diffstat (limited to 'cpukit/posix/src/_execve.c')
-rw-r--r--cpukit/posix/src/_execve.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/posix/src/_execve.c b/cpukit/posix/src/_execve.c
index 4da47cfe3c..df3a28c3e0 100644
--- a/cpukit/posix/src/_execve.c
+++ b/cpukit/posix/src/_execve.c
@@ -1,12 +1,16 @@
/**
* @file
*
- * @brief execve()
+ * @brief _execve()
* @ingroup POSIXAPI
+ *
+ * The Newlib C Library contains all of the exec*() variants and assumes
+ * the underlying OS support provides _execve(). This single method
+ * ensures that all exec*() variants return ENOSYS.
*/
/*
- * COPYRIGHT (c) 1989-2013.
+ * COPYRIGHT (c) 1989-2013,2016.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be