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.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/docs/ACE-porting.html b/ACE/docs/ACE-porting.html
index c111a8a778c..233d1434c03 100644
--- a/ACE/docs/ACE-porting.html
+++ b/ACE/docs/ACE-porting.html
@@ -79,11 +79,8 @@ 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<P>