X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2Fcbits%2FHsStd.h;h=f38013ad6ec2ab38b918c6593c49c3fa3f8cbab6;hb=d1db36e920329dae29a494e38ed3b1e69640f46f;hp=2d2123fe5ff946ee88b7673da49929eb07de71f2;hpb=8c0f8917f923f8a4cfa84750f3a6f39f2fbf34c6;p=ghc-hetmet.git 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();