DIP45: fixing the dllimport/dllexport issue

David Nadlinger code at klickverbot.at
Sun Sep 1 11:16:56 PDT 2013


On Sunday, 1 September 2013 at 16:43:14 UTC, Benjamin Thaut wrote:
> The DIP has a seperate section on TLS variables. Did you miss 
> to read that?

Can't we just use the normal (g)libc facilities for handling TLS 
in shared objects on Linux? The TLS data from the "DLL" is 
assigned to another tls module, and everything is fine, or am I 
missing something?

David


More information about the Digitalmars-d mailing list