Blame src/thread/nt32/pthread_equal.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_equal.c"
296178
296178
int __pthread_equal_impl(pthread_t a, pthread_t b)
296178
{
296178
	return thrd_equal(a,b);
296178
}