Sign in
mojo
/
mojo
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
thread
/
tss_delete.c
blob: 35db1032dc4aad2e7a477ff6daabd1c3c44db811 [
file
] [
log
] [
blame
]
#include
<threads.h>
int
__pthread_key_delete
(
tss_t
k
);
void
tss_delete
(
tss_t
key
)
{
__pthread_key_delete
(
key
);
}