From cea8cac60d112bed9a34c256a0f788db41761068 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 6 Jun 2002 16:01:37 +0000 Subject: [PATCH] [project @ 2002-06-06 16:01:37 by simonpj] Win32 comment --- GHC/Posix.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.4