CVSROOT: /usr/cvs Changes by: jkrell at birch. 12/10/12 09:20:02 Modified files: cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c Log message: try another approach because gcc is dumb extern type const foo; type const foo = init; really you want to say the perfectly correct and unambiguous etc. extern type const foo = init; but gcc warns for this.