Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2f8e247ea00b93415147e46a6788712cce7fee3f >--------------------------------------------------------------- commit 2f8e247ea00b93415147e46a6788712cce7fee3f Author: Ian Lynagh <[email protected]> Date: Sun Feb 26 15:23:21 2012 +0000 Remove another unused definition >--------------------------------------------------------------- include/HsBase.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/HsBase.h b/include/HsBase.h index ce46553..1d669fd 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -519,8 +519,6 @@ __hscore_fd_cloexec( void ) extern void* __hscore_get_saved_termios(int fd); extern void __hscore_set_saved_termios(int fd, void* ts); -INLINE int __hscore_hs_fileno (FILE *f) { return fileno (f); } - #ifdef __MINGW32__ INLINE int __hscore_open(wchar_t *file, int how, mode_t mode) { if ((how & O_WRONLY) || (how & O_RDWR) || (how & O_APPEND)) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
