pagure Logo
  • Log In

base / mmglue

Clone
Source Code
GIT
  • Source
  • Issues  0
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Files

Commit: d32d30fc2e2717458dc441aea2c840c04d6b21e5
  1.   d32d30fc2e2717458dc441aea2c840c04d6b21e5
  2.   src
  3.   thread
  4.   nt32
  5.   pthread_detach.c
Blob Blame History Raw
#include "../pthread_detach.c"

int __pthread_detach_impl(pthread_t t)
{
	return thrd_detach(t);
}

Powered by Pagure 5.14.1

SSH Hostkey/Fingerprint | Documentation | About

© Red Hat, Inc. and others.