diff options
Diffstat (limited to 'include/errno.h')
-rw-r--r-- | include/errno.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/errno.h b/include/errno.h index 0361b33a..93f5f6ec 100644 --- a/include/errno.h +++ b/include/errno.h @@ -9,9 +9,6 @@ extern "C" { #include <bits/errno.h> -#ifdef __GNUC__ -__attribute__((const)) -#endif int *__errno_location(void); #define errno (*__errno_location()) |