mailing list of musl libc
 help / color / mirror / code / Atom feed
3e3df4fda37db0f3aafb47e8fda60c38ea575ae4 blob 86 bytes (raw)

1
2
3
4
5
6
 
#include <pthread.h>

int (pthread_equal)(pthread_t a, pthread_t b)
{
	return a==b;
}
debug log:

solving 3e3df4f ...
found 3e3df4f in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).