diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-07 01:04:43 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-07 01:04:43 +0000 |
commit | 0f8bc0db87852337bd61af7c28b5f4a39ee90c68 (patch) | |
tree | cba54ca25519e8b4417a299733b3a4218f1feba6 /ace/config-freebsd-pthread.h | |
parent | a6e9bca4c5c5d1ad50e41c43ccf54d9a70c96be7 (diff) | |
download | ATCD-0f8bc0db87852337bd61af7c28b5f4a39ee90c68.tar.gz |
Added ACE_LACKS_SIGSET for FreeBSD platform.
Diffstat (limited to 'ace/config-freebsd-pthread.h')
-rw-r--r-- | ace/config-freebsd-pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h index 9708973eda4..3402539b26b 100644 --- a/ace/config-freebsd-pthread.h +++ b/ace/config-freebsd-pthread.h @@ -24,6 +24,7 @@ #define ACE_HAS_SIG_MACROS #define ACE_HAS_CHARPTR_DL #define ACE_USES_ASM_SYMBOL_IN_DLSYM +#define ACE_LACKS_SIGSET // sched.h still not fully support on FreeBSD ? // this is taken from /usr/src/lib/libc_r/uthread/pthread-private.h |