This is the mail archive of the src-cvs@sourceware.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/libiberty setenv.c ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	eliz@sourceware.org	2013-03-17 19:04:26

Modified files:
	libiberty      : setenv.c ChangeLog 

Log message:
	Fix compilation warning by MinGW GCC.
	
	setenv.c [!HAVE_ENVIRON_DECL]: Avoid declaring environ if it is
	a macro, as this causes compiler warnings with MinGW.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/setenv.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.623&r2=1.624


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]