summaryrefslogtreecommitdiffhomepage
path: root/src/env/nt64/__reset_tls.c
blob: 7b6b6a5a0e2bccd317a888d3a1a775ef0c616168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define _BSD_SOURCE

#include <unistd.h>
#include "psxglue.h"
#include "pthread_impl.h"

extern const struct __ldso_vtbl * __ldso_vtbl;
extern const struct __psx_vtbl *  __psx_vtbl;

void __reset_tls(void)
{
	__ldso_vtbl->tlsreset();
}