This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
libgloss depends on libc for __errno
- From: Patrick Mansfield <patmans at us dot ibm dot com>
- To: newlib at sourceware dot org
- Date: Fri, 2 Feb 2007 15:01:57 -0800
- Subject: libgloss depends on libc for __errno
Hi -
Code in libgloss references errno in many newlib libgloss files across
archs, but errno is located in libc.
Technically, should errno (and by reference) reent be in libgloss?
Is newlib libgloss ever used without its libc?
-- Patrick Mansfield