aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-error.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/slibc-error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slibc-error.c b/src/slibc-error.c
index 26724f9..70a4e3c 100644
--- a/src/slibc-error.c
+++ b/src/slibc-error.c
@@ -44,6 +44,8 @@
* @param format Formatting-string for a description of the action that failed. `NULL` if
* no description other than the location and `error_string` should be printed.
* @param ... Formatting-arguments for `format`.
+ *
+ * @since Always.
*/
void slibc_perror(const char* progname, const char* filename, int linenum, const char* function,
int* error_code, const char* error_string, const char* format, ...)