X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fenviron.h;h=5c4fac1a08e9a7996266ff229a5bfc28c495df1a;hb=012d8ebc4bd1a1afb95d902604007b04762207f0;hp=9de2383786b55480f6669fa609e4e4a9419c3a6b;hpb=197e01b6dcd118b70ed3621b62b2ff3fa929d50f;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/environ.h b/gdb/environ.h index 9de2383..5c4fac1 100644 --- a/gdb/environ.h +++ b/gdb/environ.h @@ -1,9 +1,9 @@ /* Header for environment manipulation library. - Copyright (C) 1989, 1992, 2000, 2005 Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -12,9 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #if !defined (ENVIRON_H) #define ENVIRON_H 1 @@ -44,7 +42,7 @@ extern char *get_in_environ (const struct gdb_environ *, const char *); extern void set_in_environ (struct gdb_environ *, const char *, const char *); -extern void unset_in_environ (struct gdb_environ *, char *); +extern void unset_in_environ (struct gdb_environ *, const char *); extern char **environ_vector (struct gdb_environ *);