This is the mail archive of the cygwin mailing list for the Cygwin project.


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

Re: bug: unsetenv should return int, not void


On Mon, Dec 05, 2005 at 04:32:57PM -0500, Sam Steingold wrote:
>http://www.opengroup.org/onlinepubs/009695399/functions/unsetenv.html
>#include <stdlib.h>
>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/


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