summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-an
blob: f1b476ea287816a18f60aa850f86f9b6234eab60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.3 2008/03/24 22:40:23 kristerw Exp $

--- libraries/unix/System/Posix/Env.hsc.orig	2008-03-24 17:09:39.000000000 +0100
+++ libraries/unix/System/Posix/Env.hsc	2008-03-24 17:10:41.000000000 +0100
@@ -81,7 +81,7 @@
 
 unsetEnv name = withCString name c_unsetenv
 
-foreign import ccall unsafe "unsetenv"
+foreign import ccall unsafe "__hsunix_unsetenv"
    c_unsetenv :: CString -> IO ()
 #else
 unsetEnv name = putEnv (name ++ "=")