From 86ec05acc9df3098c4e99e5b3ad85dcef66712c7 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 11 Sep 2012 19:03:02 -0700 Subject: Update the kernel headers to match external/kernel-headers. Note that the Linux kernel handed over responsibility for most of the socket constants to glibc some time ago. Someone had updated our external/kernel-headers file but not regenerated the bionic headers, so this change copies the missing stuff from the old bionic into . This is what glibc does. I've hacked a few of the other files to #include for backward compatibility, but even so this requires numerous other changes to switch people over from direct inclusion of headers. Change-Id: I0e4af64e631d3cef911a31d90f2f806e058278a0 --- libc/kernel/arch-mips/asm/mman.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/kernel/arch-mips/asm/mman.h') diff --git a/libc/kernel/arch-mips/asm/mman.h b/libc/kernel/arch-mips/asm/mman.h index c5b93a4..cb42c6a 100644 --- a/libc/kernel/arch-mips/asm/mman.h +++ b/libc/kernel/arch-mips/asm/mman.h @@ -77,4 +77,3 @@ #define MAP_FILE 0 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #endif - -- cgit v1.1