* include/pthread.h (pthread_atfork): Add missing declaration.

This commit is contained in:
Corinna Vinschen 2013-02-26 10:32:36 +00:00
parent 7080b36417
commit 1ef8ce71a8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-02-26 Corinna Vinschen <corinna@vinschen.de>
* include/pthread.h (pthread_atfork): Add missing declaration.
2013-02-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/error.h (error_message_count): Declare as dllimport.

View File

@ -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 *);