diff options
-rw-r--r-- | NetWare/config_H.wc | 2 | ||||
-rw-r--r-- | Porting/config_H | 2 | ||||
-rw-r--r-- | config_h.SH | 2 | ||||
-rw-r--r-- | plan9/config.plan9 | 2 | ||||
-rw-r--r-- | plan9/config_h.sample | 2 | ||||
-rw-r--r-- | uconfig.h | 2 | ||||
-rw-r--r-- | win32/config_H.bc | 2 | ||||
-rw-r--r-- | win32/config_H.gc | 2 | ||||
-rw-r--r-- | win32/config_H.vc | 2 | ||||
-rw-r--r-- | win32/config_H.vc64 | 2 | ||||
-rw-r--r-- | wince/config_H.ce | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 1991c435a8..ac6f5d77f2 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -3470,7 +3470,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK /**/ diff --git a/Porting/config_H b/Porting/config_H index fe82d9d14e..6fc4e32fd8 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -3934,7 +3934,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK / **/ diff --git a/config_h.SH b/config_h.SH index 73cc186fe4..ce00a530d1 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3954,7 +3954,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ #$d_pthread_atfork HAS_PTHREAD_ATFORK /**/ diff --git a/plan9/config.plan9 b/plan9/config.plan9 index cbafb389b1..d17d4c8c25 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -4243,7 +4243,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK / **/ diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 1b3b26dbee..0c5d7b87c7 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -4188,7 +4188,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK / **/ @@ -3930,7 +3930,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK / **/ diff --git a/win32/config_H.bc b/win32/config_H.bc index b35ea8cdf6..7865d86667 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -3930,7 +3930,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK /**/ diff --git a/win32/config_H.gc b/win32/config_H.gc index 7ad75a819c..e4a15f70a4 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -3930,7 +3930,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK /**/ diff --git a/win32/config_H.vc b/win32/config_H.vc index a46c73198b..47867b400b 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -3930,7 +3930,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK /**/ diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 32e93b74bb..3617b1a3b6 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -3939,7 +3939,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK /**/ diff --git a/wince/config_H.ce b/wince/config_H.ce index bded3866b6..a1b4aba488 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -4066,7 +4066,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK /**/ |