aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdnoreturn.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/stdnoreturn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdnoreturn.h b/include/stdnoreturn.h
index 2aad0c4..1a88f1a 100644
--- a/include/stdnoreturn.h
+++ b/include/stdnoreturn.h
@@ -34,6 +34,8 @@
* Specifies that a function never returns, that is,
* the process exits or changes process image before
* the function returns.
+ *
+ * @since Always.
*/
# if !defined(__C11__) && defined(__GNUC__)
# define _Noreturn __attribute__((__noreturn__))