summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips/ld_syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/mips/ld_syscalls.h')
-rw-r--r--ldso/ldso/mips/ld_syscalls.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ldso/ldso/mips/ld_syscalls.h b/ldso/ldso/mips/ld_syscalls.h
deleted file mode 100644
index e4a1ff9c4..000000000
--- a/ldso/ldso/mips/ld_syscalls.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Define the __set_errno macro as nothing so that we don't bother
- * setting errno, which is important since we make system calls
- * before the errno symbol is dynamicly linked. */
-
-#define __set_errno(X) {(void)(X);}
-#include "sys/syscall.h"
-