We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4418f12 commit ccdfff3Copy full SHA for ccdfff3
libc-bottom-half/cloudlibc/src/libc/time/clock_nanosleep.c
@@ -37,6 +37,7 @@ int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp,
37
// Block until polling event is triggered.
38
poll_method_pollable_block(poll_borrow_pollable(pollable));
39
40
+ poll_pollable_drop_own(pollable);
41
return 0;
42
}
43
#else
0 commit comments