More fixup for r269288 and r269296. Adding the missing 'return'.

llvm-svn: 269310
This commit is contained in:
Kuba Brecka 2016-05-12 16:58:19 +00:00
parent ab731f7e86
commit a4c5bef998

View File

@ -162,7 +162,7 @@ void internal__exit(int exitcode) {
}
unsigned int internal_sleep(unsigned int seconds) {
sleep(seconds);
return sleep(seconds);
}
uptr internal_getpid() {