summaryrefslogtreecommitdiff
path: root/ACE/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2012-11-20 23:57:54 +0000
committerSteve Huston <shuston@riverace.com>2012-11-20 23:57:54 +0000
commita8e617da8cad60973851360794ab8b6c849f1852 (patch)
treebf505510c8874824bae0c2a9df5f229fcdae2889 /ACE/ace/config-hpux-11.00.h
parent0e9b3d3947b77de3375165f3fc96ecaa0686713e (diff)
downloadATCD-a8e617da8cad60973851360794ab8b6c849f1852.tar.gz
ChangeLogTag:Tue Nov 20 23:55:57 UTC 2012 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/config-hpux-11.00.h')
-rw-r--r--ACE/ace/config-hpux-11.00.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ACE/ace/config-hpux-11.00.h b/ACE/ace/config-hpux-11.00.h
index 7df5bd584a3..505f703434f 100644
--- a/ACE/ace/config-hpux-11.00.h
+++ b/ACE/ace/config-hpux-11.00.h
@@ -231,10 +231,9 @@
// HP-UX 11 has reentrant netdb functions. The catch is that the old
// functions (gethostbyname, etc.) are thread-safe and the _r versions are
-// not used and will be removed at some point. So, define things so
-// the _r versions are not used. This will slow things down a bit due to
-// the extra mutex lock in the ACE_NETDBCALL_RETURN macro, and will be fixed
-// in the future (problem ID P64).
+// obsolescent. So, define things so the _r versions are not used.
+// OS_NS_netdb.inl ensures no funny lock games are played in the
+// ACE_NETDBCALL_RETURN macro.
#define ACE_LACKS_NETDB_REENTRANT_FUNCTIONS
/* Platform lacks pri_t (e.g., Tandem NonStop UNIX). */