aboutsummaryrefslogtreecommitdiffstats
path: root/include/slibc-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/slibc-error.h')
-rw-r--r--include/slibc-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slibc-error.h b/include/slibc-error.h
index 768ceef..6232aab 100644
--- a/include/slibc-error.h
+++ b/include/slibc-error.h
@@ -200,7 +200,7 @@
* Helper function to keep track of the line of origin, in a
* thread-safe manner, without requiring new revisions of C.
*/
-int* __slibc_error_line(void) __GCC_ONLY(__attribute__((__const__))); /* TODO not implemented */
+int* __slibc_error_line(void) __GCC_ONLY(__attribute__((const))); /* TODO not implemented */
/**
* Print a description of an error, and where the error occurred.