diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | 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 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 <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,) \ |