* include/pthread.h (pthread_atfork): Add missing declaration.
This commit is contained in:
parent
7080b36417
commit
1ef8ce71a8
|
@ -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>
|
2013-02-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
* include/error.h (error_message_count): Declare as dllimport.
|
* include/error.h (error_message_count): Declare as dllimport.
|
||||||
|
|
|
@ -63,6 +63,8 @@ extern "C"
|
||||||
#define PTHREAD_SCOPE_PROCESS 0
|
#define PTHREAD_SCOPE_PROCESS 0
|
||||||
#define PTHREAD_SCOPE_SYSTEM 1
|
#define PTHREAD_SCOPE_SYSTEM 1
|
||||||
|
|
||||||
|
/* Register Fork Handlers */
|
||||||
|
int pthread_atfork (void (*)(void), void (*)(void), void (*)(void));
|
||||||
|
|
||||||
/* Attributes */
|
/* Attributes */
|
||||||
int pthread_attr_destroy (pthread_attr_t *);
|
int pthread_attr_destroy (pthread_attr_t *);
|
||||||
|
|
Loading…
Reference in New Issue