summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadallocateunlimited.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/threadallocateunlimited.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/src/threadallocateunlimited.c b/cpukit/score/src/threadallocateunlimited.c
index 6f2dec7388..6bd3b3ec7a 100644
--- a/cpukit/score/src/threadallocateunlimited.c
+++ b/cpukit/score/src/threadallocateunlimited.c
@@ -1,12 +1,15 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
+
/**
* @file
*
* @ingroup RTEMSScoreThread
+ *
+ * @brief This source file contains the implementation of
+ * _Thread_Extend_information().
*/
/*
- * SPDX-License-Identifier: BSD-2-Clause
- *
* Copyright (C) 2019, 2020 embedded brains GmbH
*
* Redistribution and use in source and binary forms, with or without