X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsUtils.h;h=2adcf355a748cf468cf1bf5bffc502eb12c45c42;hb=b9fbc901cf1088361e93eaea40235fee5249d5a4;hp=d2a75711c0dcebdb7e9b5191c810cbe9d01a6e9f;hpb=1da969c52be2e56893625957162cf56dd1168ec9;p=ghc-hetmet.git diff --git a/ghc/rts/RtsUtils.h b/ghc/rts/RtsUtils.h index d2a7571..2adcf35 100644 --- a/ghc/rts/RtsUtils.h +++ b/ghc/rts/RtsUtils.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsUtils.h,v 1.17 2003/06/09 13:17:40 matthewc Exp $ + * $Id: RtsUtils.h,v 1.18 2003/09/26 12:11:18 panne Exp $ * * (c) The GHC Team, 1998-1999 * @@ -39,3 +39,6 @@ ullong msTime(void); #ifdef DEBUG extern void heapCheckFail( void ); #endif + +extern void* __hscore_get_saved_termios(int fd); +extern void __hscore_set_saved_termios(int fd, void* ts);