summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/futex.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/futex.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/src/futex.c b/cpukit/score/src/futex.c
index de430a87ae..b65a843704 100644
--- a/cpukit/score/src/futex.c
+++ b/cpukit/score/src/futex.c
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief This source file contains the implementation of
+ * _Futex_Wait() and _Futex_Wake().
+ */
/*
* Copyright (c) 2015, 2016 embedded brains GmbH. All rights reserved.
*