From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Tue, 22 Aug 2000 19:37:50 +0000 Subject: Re: [Linux-ia64] C++ compatible include files Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> "Ronen" = roneng writes: Ronen> Hi, Ronen> I was wondering if there are plans to make the ia64 kernel Ronen> include files C++ compatible. In particular the ::: in the Ronen> embedded assembly in system.h and atomic.h seems to prevent Ronen> these files, and the files that include them (e.g. fs.h) from Ronen> being included in C++ programs. That will probably never happen, you shouldn't use the kernel header files directly from user space. Jes