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 00c5f3a commit 5335f6eCopy full SHA for 5335f6e
pthreads/pthread-rwlock.c
@@ -83,7 +83,6 @@ writer_thread(void *arg)
83
{
84
int rnd = random() % MAX_PROPS;
85
prop_set(rnd, arg);
86
-
87
return (NULL);
88
}
89
0 commit comments