Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273890 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
 ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches
 ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches
1
 non-TLS reference in main.o
1
 non-TLS reference in main.o
2
 http://code.swtch.com/plan9port/issue/39/
2
 http://code.swtch.com/plan9port/issue/39/
3
-- plan9/src/cmd/9660srv/main.c
3
++ plan9.new/src/cmd/9660srv/main.c
Lines 38-44 Link Here
38
uchar mdata[Maxiosize];
38
uchar mdata[Maxiosize];
39
char fdata[Maxfdata];
39
char fdata[Maxfdata];
40
uchar statbuf[STATMAX];
40
uchar statbuf[STATMAX];
41
int errno;
41
#include <errno.h>
42
42
43
43
44
extern Xfsub	*xsublist[];
44
extern Xfsub	*xsublist[];

Return to bug 273890