|
From: | Joel Cunningham |
Subject: | [lwip-devel] [bug #51463] posix/errno.h incompatible with LWIP_ERRNO_STDINCLUDE |
Date: | Mon, 17 Jul 2017 11:57:31 -0400 (EDT) |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0 |
Follow-up Comment #6, bug #51463 (project lwip): > Seems like errno.h would need a different directory then? That's what I was thinking too. What about the following organization: lwip/src/include/posix/... (contains the POSIX networking headers) lwip/src/include/stdc/errno.h (contains ISO standard C headers) Or we could introduce a 'clib' folder for c library headers, under which you'd have both a posix and stdc: lwip/src/include/clib/posix/... lwip/src/include/clib/stdc/errno.h This link (https://en.wikipedia.org/wiki/C_POSIX_library) was helpful in understanding the relationship of the POSIX C library to ISO standard C (POSIX is a superset). _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?51463> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |