summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/libc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/libc-internal.h')
-rw-r--r--newlib/libc/sys/linux/libc-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/sys/linux/libc-internal.h b/newlib/libc/sys/linux/libc-internal.h
index a443ced18..8369ffec2 100644
--- a/newlib/libc/sys/linux/libc-internal.h
+++ b/newlib/libc/sys/linux/libc-internal.h
@@ -6,9 +6,6 @@
#include <hp-timing.h>
-/* macro to set errno */
-#define __set_errno(x) (errno = (x))
-
/* Initialize the `__libc_enable_secure' flag. */
extern void __libc_init_secure (void);