Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/pathconf.c')
-rw-r--r--newlib/libc/sys/linux/pathconf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/pathconf.c b/newlib/libc/sys/linux/pathconf.c
index 6ce77d392..bbdb6180f 100644
--- a/newlib/libc/sys/linux/pathconf.c
+++ b/newlib/libc/sys/linux/pathconf.c
@@ -30,8 +30,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