From 9e360dcc057030f1a5b06971af691f8d1687b635 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 23:23:50 -0600 Subject: good by nios Get rid of NIOS support. We try to support NIOSII. --- libc/sysdeps/linux/nios/bits/syscalls.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libc/sysdeps/linux/nios/bits/syscalls.h (limited to 'libc/sysdeps/linux/nios/bits/syscalls.h') diff --git a/libc/sysdeps/linux/nios/bits/syscalls.h b/libc/sysdeps/linux/nios/bits/syscalls.h deleted file mode 100644 index c2b6b9735..000000000 --- a/libc/sysdeps/linux/nios/bits/syscalls.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _BITS_SYSCALLS_H -#define _BITS_SYSCALLS_H -#ifndef _SYSCALL_H -# error "Never use directly; include instead." -#endif - -#include -/* Do something very evil for now. Until we include our out syscall - * macros, short circuit bits/syscall.h and use asm/unistd.h instead */ -#include - -#endif /* _BITS_SYSCALLS_H */ - -- cgit v1.2.3