summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/pthread.h')
-rw-r--r--winsup/cygwin/include/pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/pthread.h b/winsup/cygwin/include/pthread.h
index 6cb7ddf42..c6798f13a 100644
--- a/winsup/cygwin/include/pthread.h
+++ b/winsup/cygwin/include/pthread.h
@@ -63,6 +63,8 @@ extern "C"
#define PTHREAD_SCOPE_PROCESS 0
#define PTHREAD_SCOPE_SYSTEM 1
+/* Register Fork Handlers */
+int pthread_atfork (void (*)(void), void (*)(void), void (*)(void));
/* Attributes */
int pthread_attr_destroy (pthread_attr_t *);