glue: Add comment that argv_save and __main_thread_id need not be set here.

But they still are so the glue code is compatible with older Haiku versions.
This commit is contained in:
Augustin Cavalier 2022-06-21 13:15:17 -04:00
parent 032b1422c2
commit ed20f6660f

View File

@ -32,6 +32,7 @@ _start(int argc, char **argv, char **environment)
{
int returnCode;
// These are kept here to make our glue code usable under older Haiku versions.
argv_save = argv;
__main_thread_id = find_thread(NULL);