diff options
Diffstat (limited to 'stdlib/stdlib.h')
-rw-r--r-- | stdlib/stdlib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 99fcf2e7c7..235b2f0b59 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -31,9 +31,6 @@ #define __need_NULL #include <stddef.h> -#define __need_Emath -#include <errno.h> - __BEGIN_DECLS /* Returned by `div'. */ |