From: simonmar Date: Mon, 4 Jun 2001 14:51:15 +0000 (+0000) Subject: [project @ 2001-06-04 14:51:15 by simonmar] X-Git-Tag: Approximately_9120_patches~1817 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2bde2c4fd5984d2dc46d5b496e1fd245bb1670a9;p=ghc-hetmet.git [project @ 2001-06-04 14:51:15 by simonmar] Hmm, thought I removed this file. Anyway, it's now been replaced by PrelPosix. --- diff --git a/ghc/lib/std/PrelPosixTypes.hsc b/ghc/lib/std/PrelPosixTypes.hsc deleted file mode 100644 index c1f61ce..0000000 --- a/ghc/lib/std/PrelPosixTypes.hsc +++ /dev/null @@ -1,33 +0,0 @@ ------------------------------------------------------------------------------ --- $Id: PrelPosixTypes.hsc,v 1.3 2001/02/27 10:03:22 rrt Exp $ --- --- (c) 2000 --- --- Module PrelPosixTypes - -module PrelPosixTypes where - -import PrelWord -import PrelInt - -#include -#ifndef mingw32_TARGET_OS -#include -#endif - -data CDir = CDir - -type CDev = #type dev_t -type CIno = #type ino_t -type CMode = #type mode_t -type COff = #type off_t -type CPid = #type pid_t -#ifndef mingw32_TARGET_OS -type CGid = #type gid_t -type CNlink = #type nlink_t -type CSsize = #type ssize_t -type CUid = #type uid_t -type CCc = #type cc_t -type CSpeed = #type speed_t -type CTcflag = #type tcflag_t -#endif \ No newline at end of file