This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Re: __errno_location export


If you intend your port's ABI to be single-threaded only and stay that way
forever, then you should make it export errno (i.e. don't use
sysdeps/generic/errno.c, or change it to test _LIBC_REENTRANT or something).
Otherwise, you should make __errno_location and the errno macro in
bits/errno.h consistent with the existing GNU platforms.


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