Upstream: No (considered finished) Reason: wrong `errno` (see below) Source: Daniel Mierswa Compilation failure: ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches non-TLS reference in *.o --- ./error.h.orig 2009-01-28 03:40:30.768228824 +0100 +++ ./error.h 2009-01-28 03:40:24.883973528 +0100 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include extern int error_intr; extern int error_nomem;