From 4393898fd383d2afb173961ca62a96e1343d2a9f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 23 Apr 2011 21:20:45 +0200 Subject: 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 Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/e1/bits/unistd.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/e1/bits/unistd.h b/libc/sysdeps/linux/e1/bits/unistd.h index f492b8b82..9288a3a8f 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 -/* Taken from */ -#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,) \ -- cgit v1.2.3