X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fthreads.h;h=8122b3b1df5e5a931b98eb688d227800934a126b;hb=7844ecb590893f8344324837956718001402d297;hp=017948261e9f8818340c7fc789c6a4d9aff93d3c;hpb=f164875a84c35d0e0d132f99330d3fcda76ee7aa;p=musl diff --git a/include/threads.h b/include/threads.h index 01794826..8122b3b1 100644 --- a/include/threads.h +++ b/include/threads.h @@ -75,7 +75,7 @@ int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict, const struct timespec *_ int cnd_wait(cnd_t *, mtx_t *); int tss_create(tss_t *, tss_dtor_t); -void tss_delete(tss_t key); +void tss_delete(tss_t); int tss_set(tss_t, void *); void *tss_get(tss_t);