From 2dfcffb69066bdd1816b8347b04021bbebc7d834 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 16 Apr 2011 12:56:41 +0200 Subject: syscalls.h: remove unused headers Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/syscalls.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libc/sysdeps/linux/common/syscalls.h (limited to 'libc') diff --git a/libc/sysdeps/linux/common/syscalls.h b/libc/sysdeps/linux/common/syscalls.h deleted file mode 100644 index c4f6a44fd..000000000 --- a/libc/sysdeps/linux/common/syscalls.h +++ /dev/null @@ -1,24 +0,0 @@ -/* vi: set sw=4 ts=4: */ -/* - * Common header file for uClibc syscalls - * - * Copyright (C) 2000-2006 Erik Andersen - * - * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - */ - -#define _LARGEFILE64_SOURCE -#include -#include -#include -#include -#include - -#undef __OPTIMIZE__ -/* We absolutely do _NOT_ want interfaces silently - * being renamed under us or very bad things will happen... */ -#ifdef __USE_FILE_OFFSET64 -# undef __USE_FILE_OFFSET64 -#endif - -#include -- cgit v1.2.3