summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-03 21:03:04 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-03 21:03:04 +0000
commit071e8839d633d6326048702a323f1c28ebc86d48 (patch)
treebe2089fb0b74fa026faf5d58d300c68ddf2fd42b /rts/RtsUtils.h
parent50c54df14a97e55a7792e3d4bc4485f8e6ade756 (diff)
downloadhaskell-071e8839d633d6326048702a323f1c28ebc86d48.tar.gz
move termios prototypes into a public header
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r--rts/RtsUtils.h4
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);