mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[c-host] update linux startup
This commit is contained in:
parent
836e8a5654
commit
0a3b1e930a
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ struct osThreadHandle
|
||||||
|
|
||||||
int main(int argc, char * argv[])
|
int main(int argc, char * argv[])
|
||||||
{
|
{
|
||||||
int result = app_main();
|
bool termSig = false;
|
||||||
|
int result = app_main(&termSig);
|
||||||
os_shmemUnmap();
|
os_shmemUnmap();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue