1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-10 04:31:03 +00:00

correct semaphore timeout comment

This commit is contained in:
Kano 2013-05-30 15:02:52 +10:00
parent 94bbb1a11b
commit 5869539e67

View File

@ -2825,7 +2825,6 @@ fila:
// exceeding this timeout means it would probably never succeed anyway
struct timespec timeout = { 0, 10000000 };
// Wait forever since we shoud be the one who has it
if (semtimedop(sem, sops, 1, &timeout)) {
applog(LOG_ERR,
"SEM: %s USB failed to release '%s' err (%d) %s",