From: simonpj Date: Thu, 6 Jun 2002 16:01:37 +0000 (+0000) Subject: [project @ 2002-06-06 16:01:37 by simonpj] X-Git-Tag: nhc98-1-18-release~984 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cea8cac60d112bed9a34c256a0f788db41761068;p=ghc-base.git [project @ 2002-06-06 16:01:37 by simonpj] Win32 comment --- diff --git a/GHC/Posix.hs b/GHC/Posix.hs index 3c0553d..b020814 100644 --- a/GHC/Posix.hs +++ b/GHC/Posix.hs @@ -10,7 +10,8 @@ -- Stability : internal -- Portability : non-portable -- --- POSIX support layer for the standard libraries +-- POSIX support layer for the standard libraries. +-- This library is built on *every* platform, including Win32. -- -- Non-posix compliant in order to support the following features: -- * S_ISSOCK (no sockets in POSIX)