diff --git a/src/system/glue/start_dyn.c b/src/system/glue/start_dyn.c index 5cb8d116c5..fee6c824f2 100644 --- a/src/system/glue/start_dyn.c +++ b/src/system/glue/start_dyn.c @@ -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);