From e322cd8b63f6d73b47f3b9bf2909f3663f92e87c Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 23 Apr 2011 21:20:45 +0200
Subject: [PATCH 350/396] e1/bits/unistd.h: remove unneeded bits

If an arch does not support some option, that has to be coded in Config.in

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/e1/bits/unistd.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/libc/sysdeps/linux/e1/bits/unistd.h b/libc/sysdeps/linux/e1/bits/unistd.h
index f492b8b..9288a3a 100644
--- a/libc/sysdeps/linux/e1/bits/unistd.h
+++ b/libc/sysdeps/linux/e1/bits/unistd.h
@@ -378,13 +378,6 @@ type name(atype a, btype b, ctype c,dtype d, etype e, ftype f, ...)
 		return (type)(par1);                    					\
 }
 
-#include <sys/types.h>
-/* Taken from <bits/errno.h> */
-#ifndef _LIBC
-/* We don't support pthreads for the moment*/
-#define __set_errno(val) ((errno) = (val))
-#endif
-
 #if 0
 #define _syscall3(type, name,atype, a , btype, b, ctype, c)  \
 type name(atype a, btype b, ctype c,)                      \
-- 
1.7.0.4

