author | Rich Felker <dalias@aerifal.cx> | 2015年09月17日 04:45:01 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015年09月17日 04:45:01 +0000 |
commit | a603a75a72bb469c6be4963ed1b55fabe675fe15 (patch) | |
tree | 74fa4590a7a59acaf8fd21bb0364dafeaaec55db /include/errno.h | |
parent | ccc71e0ea881b7f6594ed95afd706442829c39fc (diff) | |
download | musl-a603a75a72bb469c6be4963ed1b55fabe675fe15.tar.gz |
-rw-r--r-- | include/errno.h | 3 |
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()) |