return 0 on exit
authorzer0 <zer0@carbon.local>
Sun, 9 May 2010 14:24:59 +0000 (16:24 +0200)
committerzer0 <zer0@carbon.local>
Sun, 9 May 2010 14:24:59 +0000 (16:24 +0200)
modules/base/hostsim/hostsim.c

index bb77ad9..4c6ec3a 100644 (file)
@@ -314,6 +314,7 @@ int hostsim_exit(void)
 #ifdef CONFIG_MODULE_UART
        tcsetattr(0, TCSANOW, &oldterm);
 #endif
+       exit(0);
        return 0;
 }
 #endif /* HOST_VERSION */