Re: Errno_map.c
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
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.