From 56adb5dce1f85d1e58952e5af1b2a376bfca164c Mon Sep 17 00:00:00 2001 From: qrczak Date: Sat, 27 Jan 2001 07:46:27 +0000 Subject: [PATCH] [project @ 2001-01-27 07:46:27 by qrczak] Rename errno.h to ghc_errno.h. (We could as well use hsc2hs.) --- ghc/lib/std/PrelCError.lhs | 4 ++-- ghc/lib/std/cbits/{errno.h => ghc_errno.h} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename ghc/lib/std/cbits/{errno.h => ghc_errno.h} (83%) diff --git a/ghc/lib/std/PrelCError.lhs b/ghc/lib/std/PrelCError.lhs index 6fae07d..12132fb 100644 --- a/ghc/lib/std/PrelCError.lhs +++ b/ghc/lib/std/PrelCError.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelCError.lhs,v 1.5 2001/01/26 17:51:54 rrt Exp $ +% $Id: PrelCError.lhs,v 1.6 2001/01/27 07:46:27 qrczak Exp $ % % (c) The FFI task force, 2000 % @@ -7,7 +7,7 @@ C-specific Marshalling support: Handling of C "errno" error codes \begin{code} -{-# OPTIONS -fno-implicit-prelude -#include "cbits/errno.h" #-} +{-# OPTIONS -fno-implicit-prelude -#include "cbits/ghc_errno.h" #-} -- this is were we get the CCONST_XXX definitions from that configure -- calculated for us diff --git a/ghc/lib/std/cbits/errno.h b/ghc/lib/std/cbits/ghc_errno.h similarity index 83% rename from ghc/lib/std/cbits/errno.h rename to ghc/lib/std/cbits/ghc_errno.h index 80cb78b..89da593 100644 --- a/ghc/lib/std/cbits/errno.h +++ b/ghc/lib/std/cbits/ghc_errno.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: errno.h,v 1.1 2001/01/26 17:51:40 rrt Exp $ + * $Id: ghc_errno.h,v 1.1 2001/01/27 07:46:27 qrczak Exp $ * * (c) The GHC Team 2001 * -- 1.7.10.4