This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: __errno_location export
>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:
Jakub> On Mon, Nov 25, 2002 at 01:46:11AM +0200, Momchil Velikov
Jakub> wrote:
>> For non-threaded libc needs to be exported.
Jakub> Why? The patch is IMHO wrong, __errno_location function is
Jakub> not defined anywhere but on linux and hurd (where it is
Jakub> exported @@GLIBC_2.0).
NetBSD uses ``sysdeps/generic/errno-loc.c'' and
``sysdeps/generic/errno.c'', that's why I put the export in
``sysdeps/generic/Versions''.
~velco