aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libpthread/pthread.c
blob: cb5818ccc2fd7642c47edb313ff185684fa65350 (plain)
1
2
3
4
5
6
7
8
#include <pthread.h>

int
pthread_once (pthread_once_t * control, void (*func) (void))
{
  return 0;
}