[242] in Pthreads mailing list archive
Re: readlink doesn't set thread lokal errno
daemon@ATHENA.MIT.EDU (Christopher Provenzano)
Fri Jan 19 23:31:41 1996
To: Ronald Wahl <Ronald.Wahl@Informatik.TU-Chemnitz.DE>
Cc: pthreads@MIT.EDU
In-Reply-To: Your message of "Thu, 11 Jan 1996 19:18:19 +0100."
<Pine.LNX.3.91.960111191415.14244A-100000@goliath.csn.tu-chemnitz.de>
Date: Fri, 19 Jan 1996 23:03:04 EST
From: Christopher Provenzano <proven@MIT.EDU>
>
> Hi,
> I'm using linux with pthreads-1.6beta4 and wan't to know why readlink
> doesn't set the thread lokal errno value. Maybe someone has a patch?!
>
> TIA,
> ron
I haven't written wrappers for all the syscalls yet. Add an appropriate
entry to machdep/syscall-i386-linux-1.0.S and pthreads/wrapper.c and that
should fix the problem. I'll fix it for the next release.
CAP