Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759279AbbFBQhZ (ORCPT ); Tue, 2 Jun 2015 12:37:25 -0400 Received: from mail.kernel.org ([198.145.29.136]:42217 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758907AbbFBQhS (ORCPT ); Tue, 2 Jun 2015 12:37:18 -0400 MIME-Version: 1.0 From: Andy Lutomirski Date: Tue, 2 Jun 2015 09:36:53 -0700 Message-ID: Subject: UAPI headers including non-UAPI headers by accident? To: "linux-kernel@vger.kernel.org" , Linux API Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 675 Lines: 21 include/uapi/linux/signal.h starts with: #ifndef _UAPI_LINUX_SIGNAL_H #define _UAPI_LINUX_SIGNAL_H #include #include This causes it to include , which is not the same thing as . Changing that will break userspace use of this header, though, as the uapi/ won't get removed. What's the correct fix? This is causing trouble with a UML build for me. Thanks, Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/