Michael Schnell <[email protected]>: > In fact I still don't know how the compiler should > construct a pointer to a threadvar in Linux.
pthread_getspecific() It returns a pointer to it (well, to the block of associated memory, so maybe adding an offset would be required if more than just one variable is stored there). Vinzent. -- GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 ¿/mtl.!* http://portal.gmx.net/de/go/dsl _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
