give a better error message in the non-threaded RTS for out-of-range FDs
authorSimon Marlow <marlowsd@gmail.com>
Wed, 29 Sep 2010 21:29:16 +0000 (21:29 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 29 Sep 2010 21:29:16 +0000 (21:29 +0000)
commit8901e61c4705b8888676250e89731f40ca198751
tree837ef132411d7d0c25c3c340b8ee8a58f19b9510
parent4a05e6139d756c0473df7a6dcb257074201f843d
give a better error message in the non-threaded RTS for out-of-range FDs

# ./aw
aw: file descriptor 1027 out of range for select (0--1024).
Recompile with -threaded to work around this.
rts/posix/Select.c