summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdio.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-18 07:48:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-18 07:48:11 +0000
commit1e118c5b16fb1a531e45139f72c8a3ac80ea3efe (patch)
tree44f417984b3a21b8fa8bdc2ad508ed1355b5e8dc /ACE/ace/OS_NS_stdio.inl
parent81c296b19031abdeaf659e03c19f018963d9b33b (diff)
downloadATCD-1e118c5b16fb1a531e45139f72c8a3ac80ea3efe.tar.gz
Mon May 18 07:48:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Condition_Recursive_Thread_Mutex.cpp: Const change * ace/OS_NS_stdio.{h,inl}: Removed ACE_OS::fileno(), gives problems with CE at this moment * ace/Recursive_Thread_Mutex.cpp (get_nesting_level): Disabled again for WinCE, the fact that it compiled is a bug in the CEGCC header files * ace/OS_NS_Thread.cpp: Bool changes * ace/OS_NS_stdlib.cpp: WinCE has ExitProcess
Diffstat (limited to 'ACE/ace/OS_NS_stdio.inl')
-rw-r--r--ACE/ace/OS_NS_stdio.inl6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/OS_NS_stdio.inl b/ACE/ace/OS_NS_stdio.inl
index 4a48ce3243f..d2e2e915b20 100644
--- a/ACE/ace/OS_NS_stdio.inl
+++ b/ACE/ace/OS_NS_stdio.inl
@@ -970,12 +970,6 @@ ACE_OS::vprintf (const wchar_t *format, va_list argptr)
#endif /* ACE_HAS_WCHAR */
ACE_INLINE int
-ACE_OS::fileno (FILE* fp)
-{
- return ACE_STD_NAMESPACE::fileno (fp);
-}
-
-ACE_INLINE int
ACE_OS::vfprintf (FILE *fp, const char *format, va_list argptr)
{
return ACE_STD_NAMESPACE::vfprintf (fp, format, argptr);