diff options
Diffstat (limited to '')
-rw-r--r-- | include/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h index deb17d8..390c463 100644 --- a/include/errno.h +++ b/include/errno.h @@ -49,7 +49,7 @@ * and supported on all revisions of C. */ volatile int* __errno(void) /* TODO not implemented */ - __GCC_ONLY(__attribute__((const))); + __GCC_ONLY(__attribute__((__const__))); /** |