diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 21:03:04 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 21:03:04 +0000 |
commit | 071e8839d633d6326048702a323f1c28ebc86d48 (patch) | |
tree | be2089fb0b74fa026faf5d58d300c68ddf2fd42b /rts/RtsUtils.h | |
parent | 50c54df14a97e55a7792e3d4bc4485f8e6ade756 (diff) | |
download | haskell-071e8839d633d6326048702a323f1c28ebc86d48.tar.gz |
move termios prototypes into a public header
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r-- | rts/RtsUtils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 14856bf943..241cbf3368 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -39,10 +39,6 @@ char *ullong_format_string(ullong, char *, rtsBool); void heapCheckFail( void ); #endif -// XXX shouldn't be here -void* __hscore_get_saved_termios(int fd); -void __hscore_set_saved_termios(int fd, void* ts); - void printRtsInfo(void); HsInt genSymZh(void); |