summaryrefslogtreecommitdiff
path: root/ace/TLI.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-18 03:51:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-18 03:51:37 +0000
commitc9e489726477061ac662fcc4b3fcdecb9651585e (patch)
tree489def2dac3b00b5d510d0c248b53367ce3b0364 /ace/TLI.cpp
parent2db44da46ac783c88032f90d2c0b4cf934ac74fb (diff)
downloadATCD-c9e489726477061ac662fcc4b3fcdecb9651585e.tar.gz
whoopie!!
whoopie, more new stuff, more things will break!!
Diffstat (limited to 'ace/TLI.cpp')
-rw-r--r--ace/TLI.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/TLI.cpp b/ace/TLI.cpp
index d7724a87f6a..8f2ae8726b5 100644
--- a/ace/TLI.cpp
+++ b/ace/TLI.cpp
@@ -10,6 +10,16 @@
#if defined (ACE_HAS_TLI)
+#if defined (ACE_HAS_BROKEN_T_ERRNO)
+// We have to provide _terrno() ourselves.
+
+int *
+_terrno (void)
+{
+ return &t_errno;
+}
+#endif /* ACE_HAS_BROKEN_T_ERRNO */
+
ACE_ALLOC_HOOK_DEFINE(ACE_TLI)
void