summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/funlockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/funlockfile.c')
-rw-r--r--cpukit/libcsupport/src/funlockfile.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/funlockfile.c b/cpukit/libcsupport/src/funlockfile.c
index 53362cf959..46e8af33bb 100644
--- a/cpukit/libcsupport/src/funlockfile.c
+++ b/cpukit/libcsupport/src/funlockfile.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Unlock File for Stdio
+ * @ingroup libcsupport
+ */
+
/*
* Copyright (c) 2009 by
* Ralf Corsépius, Ulm, Germany. All rights reserved.
@@ -14,7 +21,9 @@
#include <stdio.h>
-/* This is a non-functional stub */
+/**
+ * This is a non-functional stub
+ */
void funlockfile(FILE* file __attribute__((unused)))
{
}