summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ace/os_include/os_pthread.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/ace/os_include/os_pthread.h b/ACE/ace/os_include/os_pthread.h
index 41825b269a1..e431c4dc0f6 100644
--- a/ACE/ace/os_include/os_pthread.h
+++ b/ACE/ace/os_include/os_pthread.h
@@ -43,15 +43,8 @@
# undef ACE_DONT_INCLUDE_ACE_SIGNAL_H
# endif /* ACE_HAS_PTHREADS */
-
#if !defined (ACE_LACKS_PTHREAD_H)
-# if !defined ACE_VXWORKS || ACE_VXWORKS < 0x700
- extern "C" {
-# endif
# include /**/ <pthread.h>
-# if !defined ACE_VXWORKS || ACE_VXWORKS < 0x700
- }
-# endif
#endif /* !ACE_LACKS_PTHREAD_H */
#if defined (ACE_HAS_PTHREAD_NP_H)