X-Spam-Check-By: sourceware.org Date: Wed, 7 Dec 2005 15:01:32 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com, Sam Steingold Subject: Re: bug: unsetenv should return int, not void Message-ID: <20051207200132.GC21446@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mon, Dec 05, 2005 at 04:32:57PM -0500, Sam Steingold wrote: >http://www.opengroup.org/onlinepubs/009695399/functions/unsetenv.html >#include >int unsetenv(const char *name); Actually we emulate linux not SUSv3. The linux man page (i.e., the ones that Corinna and I can access) seems to contradict its header files, though, so I've modified cygwin to use what linux actually does rather than what linux documents. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/