[En-Nut-Discussion] Stdlib.h Setenv.c unsetenv previous declaration error # 2

Kirsty Mackenzie kirstymac3 at tiscali.co.uk
Mon May 16 15:52:42 CEST 2011


Good afternoon all,

Changing line 177 of stdlib.h from
      void	 _EXFUN(unsetenv,(const int *__string)); 
to
       int	 _EXFUN(unsetenv,(const char *__string));

appears to have cured the problem by matching the declaration types 
to the function itself in setenv.c.



My C is a little rusty :(



BR



Gregor.






More information about the En-Nut-Discussion mailing list