Import Data.ByteString.Lazy, improve ByteString Fusion, and resync with FPS head
[ghc-base.git] / cbits / selectUtils.c
1
2 #include "HsBase.h"
3 void hsFD_ZERO(fd_set *fds) { FD_ZERO(fds); }