summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/fpathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/fpathconf.c')
-rw-r--r--newlib/libc/sys/linux/fpathconf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/fpathconf.c b/newlib/libc/sys/linux/fpathconf.c
index 63b95f907..dc7aaec57 100644
--- a/newlib/libc/sys/linux/fpathconf.c
+++ b/newlib/libc/sys/linux/fpathconf.c
@@ -29,8 +29,6 @@
#include <machine/weakalias.h>
#include "linux_fsinfo.h"
-#define __set_errno(x) errno=(x)
-
/* The Linux kernel header mentioned this as a kind of generic value. */
#define LINUX_LINK_MAX 127