summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdlib.inl
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2009-04-10 03:33:03 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2009-04-10 03:33:03 +0000
commitd14e798499298f482fd25f94e4c9bc7a2b88faea (patch)
tree49eac302d9bd4392ce61e18cf7a3a3d720e0efd3 /ACE/ace/OS_NS_stdlib.inl
parent666926bd259822eee56d5c8e9832093289132fa4 (diff)
downloadATCD-d14e798499298f482fd25f94e4c9bc7a2b88faea.tar.gz
Fri Apr 10 03:32:04 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* ace/OS_NS_stdlib.inl: Fix typo from previous commit.
Diffstat (limited to 'ACE/ace/OS_NS_stdlib.inl')
-rw-r--r--ACE/ace/OS_NS_stdlib.inl5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_stdlib.inl b/ACE/ace/OS_NS_stdlib.inl
index 78d92517c26..bddd77a48f5 100644
--- a/ACE/ace/OS_NS_stdlib.inl
+++ b/ACE/ace/OS_NS_stdlib.inl
@@ -364,9 +364,10 @@ ACE_OS::unsetenv(const char *name)
# if defined (ACE_HAS_VOID_UNSETENV)
::unsetenv (name);
return 0;
-# endif /* ACE_HAS_VOID_UNSETENV */
+#else
ACE_OSCALL_RETURN (ACE_STD_NAMESPACE::unsetenv (name), int, -1);
-#endif
+# endif /* ACE_HAS_VOID_UNSETENV */
+#endif /* ACE_LACKS_UNSETENV */
}
#if defined (ACE_HAS_WCHAR) && defined (ACE_WIN32)