This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

errno


Hi,

is it correct that libc/reent/reent.c defines errno?
According to the comment it probably should be declared
as "extern int errno;" like in the other files in this
directory. If the system dependent layer defines errno
it won't be used, since it's already declared here.

regards,
chris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]