Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
thread
/
tss_delete.c
blob: 6f51b07eb9e8f56f28ca68ee78378bc991939e9b [
file
] [
log
] [
blame
]
#include
<threads.h>
#include
<pthread.h>
void
tss_delete
(
tss_t
key
)
{
__pthread_key_delete
(
key
);
}