21 Apr
2006
21 Apr
'06
1:36 a.m.
On Thu, 20 Apr 2006 22:18:08 +0200 Stefan Scheler (SS) wrote: SS> Udo A. Steinberg wrote: SS> > How is errno declared on your system, e.g. in /usr/include/errno.h? SS> > extern int errno; or SS> > extern __thread int errno; ? SS> SS> It's "extern int errno;". Does it help if you replace occurrences of #include <cerrno> in kernel/fiasco/src/kern/ux with extern __thread int errno; If so, your header files in /usr/include don't match your libc.a - Udo