summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdio.h
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.h
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.h')
-rw-r--r--ACE/ace/OS_NS_stdio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/OS_NS_stdio.h b/ACE/ace/OS_NS_stdio.h
index 12d17fc2dfa..3133628d5dc 100644
--- a/ACE/ace/OS_NS_stdio.h
+++ b/ACE/ace/OS_NS_stdio.h
@@ -412,9 +412,6 @@ namespace ACE_OS {
long ftell (FILE* fp);
ACE_NAMESPACE_INLINE_FUNCTION
- int fileno (FILE* fp);
-
- ACE_NAMESPACE_INLINE_FUNCTION
size_t fwrite (const void *ptr,
size_t size,
size_t nitems,