diff options
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r-- | vos/config.ga.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h index 80a418a294..4db74992e9 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -2933,7 +2933,7 @@ * This macro is to be used to generate uniformly distributed * random numbers over the range [0., 1.[. You may have to supply * an 'extern double drand48();' in your program since SunOS 4.1.3 - * doesn't provide you with anything relevant in it's headers. + * doesn't provide you with anything relevant in its headers. * See HAS_DRAND48_PROTO. */ /* Rand_seed_t: @@ -3453,4 +3453,10 @@ */ /*#define I_LANGINFO /**/ +/* HAS_PTHREAD_ATFORK: + * This symbol, if defined, indicates that the pthread_atfork routine + * is available setup fork handlers. + */ +/*#define HAS_PTHREAD_ATFORK /**/ + #endif |