Blame src/ldso/nt64/tlsdesc.c

716654
/**************************************************************************/
716654
/*  mmglue: midipix architecture- and target-specific bits for musl libc  */
716654
/*  Copyright (C) 2013--2023  SysDeer Technologies, LLC                   */
000ff7
/*  Released under GPLv2 and GPLv3; see COPYING.MMGLUE.                   */
716654
/**************************************************************************/
716654
860627
#include <stddef.h>
860627
860627
ptrdiff_t __tlsdesc_static(void)
860627
{
860627
	return 0;
860627
}
860627
860627
ptrdiff_t  __tlsdesc_dynamic(void) __attribute__((alias("__tlsdesc_static")));