aboutsummaryrefslogtreecommitdiffstats
path: root/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/errno.h')
-rw-r--r--include/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h
index 0415cfb..a1cc191 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -38,7 +38,7 @@
* assured that the value is thread-dependent
* and supported on all revisions of C.
*/
-volatile int* __errno(void) __GCC_ONLY(__attribute__((__const__))); /* TODO not implemented */
+volatile int* __errno(void) __GCC_ONLY(__attribute__((const))); /* TODO not implemented */
#ifndef _PORTABLE_SOURCE