diff options
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__ */ |