summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/syscalls.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/syscalls.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/mips/bits/syscalls.h b/libc/sysdeps/linux/mips/bits/syscalls.h
index 6c6c7da34..f19bd25e7 100644
--- a/libc/sysdeps/linux/mips/bits/syscalls.h
+++ b/libc/sysdeps/linux/mips/bits/syscalls.h
@@ -9,13 +9,6 @@
* programs. */
#include <bits/sysnum.h>
-#ifndef __set_errno
-# ifdef __UCLIBC_HAS_THREADS__
-# define __set_errno(val) (*__errno_location ()) = (val)
-# else
-# define __set_errno(val) (errno = (val))
-# endif
-#endif
#ifndef SYS_ify
# define SYS_ify(syscall_name) (__NR_##syscall_name)
#endif