Blame src/env/nt32/__reset_tls.c

716654
/**************************************************************************/
716654
/*  mmglue: midipix architecture- and target-specific bits for musl libc  */
716654
/*  Copyright (C) 2013--2023  SysDeer Technologies, LLC                   */
716654
/*  Released under the Standard MIT License; see COPYING.MMGLUE.          */
716654
/**************************************************************************/
716654
07b681
#define _BSD_SOURCE
07b681
07b681
#include <unistd.h>
07b681
#include "psxglue.h"
07b681
#include "pthread_impl.h"
07b681
07b681
extern const struct __ldso_vtbl * __ldso_vtbl;
07b681
extern const struct __psx_vtbl *  __psx_vtbl;
07b681
07b681
void __reset_tls(void)
07b681
{
07b681
	__ldso_vtbl->tlsreset();
07b681
}