blob: a6901e3e2dcad26e3e11875eafe216205c63fcc1 [file] [log] [blame]
#include <threads.h>
#include "pthread_impl.h"
void tss_delete(tss_t key) {
__pthread_key_delete(key);
}