having active items is pointless in input map

This commit is contained in:
Juan Linietsky
2016-01-03 18:52:42 -03:00
parent e8fbf39f88
commit 908f75c23f
3 changed files with 16 additions and 4 deletions

View File

@ -42,7 +42,7 @@ Error SemaphorePosix::wait() {
errno=0;
continue;
} else {
perror("sem waiting");
perror("sem waiting");
return ERR_BUSY;
}
}