summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/execv.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/execv.c')
-rw-r--r--cpukit/posix/src/execv.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/execv.c b/cpukit/posix/src/execv.c
index 8c56274698..26d62b123d 100644
--- a/cpukit/posix/src/execv.c
+++ b/cpukit/posix/src/execv.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Inoperable implementation of execv for POSIX threads
+ * @ingroup POSIX
+ */
+
/*
* execv() - POSIX 1003.1b 3.1.2
*