fix missing timeout argument to futex syscall in __futexwait
[oweals/musl.git] / include / errno.h
index 0361b33ad348a2ab1d3422a2399cb2e3ccf0217b..93f5f6ecb6c357816ad0a31e209df751de09e881 100644 (file)
@@ -9,9 +9,6 @@ extern "C" {
 
 #include <bits/errno.h>
 
-#ifdef __GNUC__
-__attribute__((const))
-#endif
 int *__errno_location(void);
 #define errno (*__errno_location())