From 42446812c5c99cac5b2821b84f7d5b3a98f71ffc Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 23 Apr 2014 11:08:57 +0100 Subject: [PATCH] stddef.h: remove unecesary kernel header Signed-off-by: Brendan Le Foll --- include/linux/stddef.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 include/linux/stddef.h diff --git a/include/linux/stddef.h b/include/linux/stddef.h deleted file mode 100644 index 8f2ed27..0000000 --- a/include/linux/stddef.h +++ /dev/null @@ -1,19 +0,0 @@ -/**************************************************************************** - **************************************************************************** - *** - *** This header was automatically generated from a Linux kernel header - *** of the same name, to make information necessary for userspace to - *** call into the kernel available to libc. It contains only constants, - *** structures, and macros generated from the original header, and thus, - *** contains no copyrightable information. - *** - *** To edit the content of this header, modify the corresponding - *** source file (e.g. under external/kernel-headers/original/) then - *** run bionic/libc/kernel/tools/update_all.py - *** - *** Any manual change here will be lost the next time this script will - *** be run. You've been warned! - *** - **************************************************************************** - ****************************************************************************/ -#include