diff options
author | simonmar <unknown> | 1999-11-26 16:29:44 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-11-26 16:29:44 +0000 |
commit | 7700dda03d273676b274bc148491a4e02a7c5ae0 (patch) | |
tree | 09de9743e3b9f9c7a4108660230969ce893947df /ghc/lib/misc/cbits/selectFrom.h | |
parent | ef33ed94129ee17b577add392e04619ec1f53800 (diff) | |
download | haskell-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.h | 21 |
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__ */ |