summaryrefslogtreecommitdiff
path: root/support/xthread.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-12-31 14:06:16 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-31 18:52:32 +0100
commit5840c75c2d6a9b980d6789f2ca7d47a9fa067263 (patch)
tree3eb4c28827ba0901f9ae7396d841c396c393805e /support/xthread.h
parentf47ae5186624e5bb3a2d2b25be742b90a1eee3cd (diff)
resolv: Add beginnings of a libresolv test suite
Diffstat (limited to 'support/xthread.h')
-rw-r--r--support/xthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/xthread.h b/support/xthread.h
index f0dc0fa613..375d882157 100644
--- a/support/xthread.h
+++ b/support/xthread.h
@@ -51,6 +51,7 @@ pthread_t xpthread_create (pthread_attr_t *attr,
void xpthread_detach (pthread_t thr);
void xpthread_cancel (pthread_t thr);
void *xpthread_join (pthread_t thr);
+void xpthread_once (pthread_once_t *guard, void (*func) (void));
/* This function returns non-zero if pthread_barrier_wait returned
PTHREAD_BARRIER_SERIAL_THREAD. */