From cc096b7166610e6cca71574ef936acbabc922708 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 22 Jan 2002 20:14:53 +0000 Subject: merge from gcc --- libiberty/setenv.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libiberty/setenv.c') diff --git a/libiberty/setenv.c b/libiberty/setenv.c index 79e38ed..8394faf 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995, 1996, 1997, 2002 Free Software Foundation, Inc. This file based on setenv.c in the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -36,6 +36,9 @@ environment. This implementation is not safe for multithreaded code. # include #endif +#define setenv libiberty_setenv +#define unsetenv libiberty_unsetenv + #include "ansidecl.h" #include /* For `size_t' */ #include /* For `NULL' */ @@ -61,6 +64,9 @@ extern int errno; extern char **environ; #endif +#undef setenv +#undef unsetenv + /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty * implementation MT-Unsafe. */ #define LOCK -- cgit v1.1