Date: Wed, 13 Jun 2001 21:40:19 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: tim DOT van DOT holder AT pandora DOT be Message-Id: <7458-Wed13Jun2001214018+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: Subject: Re: (un)setenv() References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Tim Van Holder" > Date: Wed, 13 Jun 2001 18:43:45 +0200 > > > > putenv (name_with_assign); > > > > You cannot use `putenv' in a Posix function without including > > . > > Is this still true now that putenv() is Posix? Ah, sorry, I didn't see it's Posix now. In that case, you don't need stubs.h, but please move the __putenv line in stubs.h to the section that is for ANSI functions.