diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-11 19:31:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-11 19:31:15 +0000 |
commit | b331e57b17784e402c33c1bb74f2e34476ca0375 (patch) | |
tree | 22e21eb6b3af54aace540f3290b7e840e914e399 /ace/config-sunos5.4-g++.h | |
parent | 0002a05a0e75edf3d8207e8a61568b34cb3a058c (diff) | |
download | ATCD-b331e57b17784e402c33c1bb74f2e34476ca0375.tar.gz |
added ACE_LACKS_PTHREAD_THR_SIGSETMASK
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r-- | ace/config-sunos5.4-g++.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index 027ed6c5378..88cddd8883f 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -135,6 +135,9 @@ // int *' to argument 1 of `rand_r(unsigned int)' lacks a cast // #define ACE_HAS_SVR4_SIGNAL_T +// Platform lacks pthread_sigaction +#define ACE_LACKS_PTHREAD_THR_SIGSETMASK + // Compiler/platform supports SVR4 TLI (in particular, T_GETNAME stuff)... #define ACE_HAS_SVR4_TLI |