Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262050AbTENNWS (ORCPT ); Wed, 14 May 2003 09:22:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262060AbTENNWS (ORCPT ); Wed, 14 May 2003 09:22:18 -0400 Received: from prv-tm12.provo.novell.com ([192.108.102.142]:51019 "EHLO smtp-send.myrealbox.com") by vger.kernel.org with ESMTP id S262050AbTENNWR convert rfc822-to-8bit (ORCPT ); Wed, 14 May 2003 09:22:17 -0400 Subject: Re: Compile error including asm/uaccess.h From: "ismail donmez" To: storri@sbcglobal.net CC: bug-glibc@gnu.org, linux-kernel@vger.kernel.org Date: Wed, 14 May 2003 07:34:57 -0600 X-Mailer: NetMail ModWeb Module MIME-Version: 1.0 Message-ID: <1052919297.aaa917c0kde@smtp-send.myrealbox.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1091 Lines: 27 ====== Errors (C++) ========== In file included from /usr/include/linux/sched.h:14, from /usr/include/asm/uaccess.h:8, from test.cpp:1: /usr/include/linux/timex.h:173: field `time' has incomplete type In file included from /usr/include/linux/sched.h:17, from /usr/include/asm/uaccess.h:8, from test.cpp:1: /usr/include/asm/system.h:238: parse error before `new' /usr/include/asm/system.h: In function `long unsigned int __cmpxchg(...)': /usr/include/asm/system.h:241: `size' undeclared (first use this function) /usr/include/asm/system.h:241: (Each undeclared identifier is reported only Well rule of thumb says "Do not include kernel headers in userspace" second rule of thumb says "if you have to do so take care of variables that is need to be defined..." - 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/