summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/execl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/execl.c')
-rw-r--r--cpukit/posix/src/execl.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/execl.c b/cpukit/posix/src/execl.c
index d329e5f7c9..61b9a74fce 100644
--- a/cpukit/posix/src/execl.c
+++ b/cpukit/posix/src/execl.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Process will get Executed and then Terminated by execl
+ * @ingroup POSIX
+ */
+
/*
* execl() - POSIX 1003.1b 3.1.2
*