summaryrefslogtreecommitdiff
path: root/ACE/docs/ACE-porting.html
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/docs/ACE-porting.html')
-rw-r--r--ACE/docs/ACE-porting.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/ACE/docs/ACE-porting.html b/ACE/docs/ACE-porting.html
index ead06da4ffe..233d1434c03 100644
--- a/ACE/docs/ACE-porting.html
+++ b/ACE/docs/ACE-porting.html
@@ -79,14 +79,11 @@ threading API correctly. Currently, ACE has support for the following
thread APIs: <P>
<UL>
-<LI> <B>UNIX International (UI) Threads</B>
- (<CODE>ACE_HAS_STHREADS</CODE>) - Solaris.<P>
-
<LI> <B>POSIX Pthreads</B> (<CODE>ACE_HAS_PTHREADS</CODE>) -Final standard (also
- called draft 10) [MIT, Linux, and Solaris]. <P>
+ called draft 10) [MIT, Linux]. <P>
<LI> <B>Win32 Threads</B> (<CODE>ACE_HAS_WTHREADS</CODE>) - Windows
- NT, Windows '95/98, and Windows CE <P>
+ NT, Windows '95/98<P>
<LI> <B>VxWorks Tasks</B> (<CODE>ACE_VXWORKS</CODE>) - VxWorks <P>
</UL>