Android tls issue

kinke noone at nowhere.com
Mon Jun 24 18:31:36 UTC 2019


On Monday, 24 June 2019 at 17:29:02 UTC, Newbie2019 wrote:
> I will try some work around.

You could try adding the following to driver/main.d:

import ldc.attributes;

extern (C) __gshared
{
     @section(".tdata")
     int _tlsstart = 0;
     @section(".tcommon")
     int _tlsend = 0;
}




More information about the digitalmars-d-ldc mailing list