From: simonmar Date: Wed, 6 Jun 2001 11:03:48 +0000 (+0000) Subject: [project @ 2001-06-06 11:03:48 by simonmar] X-Git-Tag: Approximately_9120_patches~1799 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d1db36e920329dae29a494e38ed3b1e69640f46f;p=ghc-hetmet.git [project @ 2001-06-06 11:03:48 by simonmar] Add prototype for inputReady(). --- diff --git a/ghc/lib/std/cbits/HsStd.h b/ghc/lib/std/cbits/HsStd.h index 2d2123f..f38013a 100644 --- a/ghc/lib/std/cbits/HsStd.h +++ b/ghc/lib/std/cbits/HsStd.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HsStd.h,v 1.2 2001/05/18 16:54:06 simonmar Exp $ + * $Id: HsStd.h,v 1.3 2001/06/06 11:03:48 simonmar Exp $ * * Definitions for package `std' which are visible in Haskell land. * @@ -84,6 +84,9 @@ int *ghcErrno(void); /* in system.c */ HsInt systemCmd(HsAddr cmd); +/* in inputReady.c */ +int inputReady(int fd, int msecs); + /* in progargs.c */ HsAddr get_prog_argv(void); HsInt get_prog_argc();