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/common/linux/sw_sync.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/kernel/common/linux/sw_sync.h') diff --git a/libc/kernel/common/linux/sw_sync.h b/libc/kernel/common/linux/sw_sync.h index 12d062a..e1c0547 100644 --- a/libc/kernel/common/linux/sw_sync.h +++ b/libc/kernel/common/linux/sw_sync.h @@ -31,4 +31,3 @@ struct sw_sync_create_fence_data { #define SW_SYNC_IOC_INC _IOW(SW_SYNC_IOC_MAGIC, 1, __u32) #endif /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - -- cgit v1.1