Blame src/thread/nt64/pthread_detach.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
a6b869
#include "../thread/pthread_detach.c"
860627
860627
int __pthread_detach_impl(pthread_t t)
860627
{
860627
	return thrd_detach(t);
860627
}