summaryrefslogtreecommitdiff
path: root/ghc/lib/misc/cbits/selectFrom.h
diff options
context:
space:
mode:
authorsimonmar <unknown>1999-11-26 16:29:44 +0000
committersimonmar <unknown>1999-11-26 16:29:44 +0000
commit7700dda03d273676b274bc148491a4e02a7c5ae0 (patch)
tree09de9743e3b9f9c7a4108660230969ce893947df /ghc/lib/misc/cbits/selectFrom.h
parentef33ed94129ee17b577add392e04619ec1f53800 (diff)
downloadhaskell-7700dda03d273676b274bc148491a4e02a7c5ae0.tar.gz
[project @ 1999-11-26 16:29:09 by simonmar]
GHC bits for new library organisation.
Diffstat (limited to 'ghc/lib/misc/cbits/selectFrom.h')
-rw-r--r--ghc/lib/misc/cbits/selectFrom.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/ghc/lib/misc/cbits/selectFrom.h b/ghc/lib/misc/cbits/selectFrom.h
deleted file mode 100644
index 7504df0514..0000000000
--- a/ghc/lib/misc/cbits/selectFrom.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * (c) sof, 1999
- *
- * Stubs to help implement Select module
- */
-#ifndef __SELECTFROM_H__
-#define __SELECTFROM_H__
-
-extern StgInt sizeof_fd_set__();
-extern void fd_zero__(StgByteArray fds);
-extern void fd_set__(StgByteArray a, StgInt fd);
-extern StgInt is_fd_set__(StgByteArray a, StgInt fd);
-extern StgInt selectFrom__
- ( StgByteArray rfd
- , StgByteArray wfd
- , StgByteArray efd
- , StgInt mFd
- , StgInt tout
- );
-
-#endif /* __SELECTFROM_H__ */