Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2bde2c4f
Commit
2bde2c4f
authored
Jun 04, 2001
by
simonmar
Browse files
[project @ 2001-06-04 14:51:15 by simonmar]
Hmm, thought I removed this file. Anyway, it's now been replaced by PrelPosix.
parent
22e1cbe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/PrelPosixTypes.hsc
deleted
100644 → 0
View file @
22e1cbe9
-----------------------------------------------------------------------------
-- $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 <sys/types.h>
#ifndef mingw32_TARGET_OS
#include <termios.h>
#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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment