dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Errno_map.c


From: Rhys Weatherley
Subject: Re: [DotGNU]Errno_map.c
Date: Fri, 24 Sep 2004 11:40:32 +1000
User-agent: KMail/1.4.3

On Friday 24 September 2004 11:48 am, Marcus wrote:

> For example, ENOENT is defined in /usr/include/asm-generic/errno-base.h,
> but ENOSYS is defined in /usr/include/asm-generic/errno.h.

Send me the output of "gcc -dD -E" on the following input:

   #include <errno.h>

And I'll try to figure out the best way to fix the detection logic for your 
system.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]