diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-05 03:06:07 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-05 03:06:07 +0000 |
commit | 7a4483d940c88951845fc7171cc95b143e2fe861 (patch) | |
tree | 4fb69691f3e8226a0b7eb325661cb29e37619d64 /ace/config-hpux-10.x.h | |
parent | 081a839023ad43b9fd0eff95e364188118a08943 (diff) | |
download | ATCD-7a4483d940c88951845fc7171cc95b143e2fe861.tar.gz |
removed ACE_HAS_PTHREAD_GETSPECIFIC_DATAPTR, because it's no longer used
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index c16a9b39675..799f09cccc9 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -198,8 +198,6 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ # define ACE_HAS_PTHREAD_EQUAL # define ACE_HAS_THREAD_SPECIFIC_STORAGE -// ... and it's looked up via an argument -# define ACE_HAS_PTHREAD_GETSPECIFIC_DATAPTR // They forgot a const in the prototype of pthread_cond_timedwait # define ACE_LACKS_CONST_TIMESPEC_PTR |