mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
Do not bother trying to redefine the putenv() function
This commit is contained in:
parent
53f42b5113
commit
71e364de5c
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ util_vfork()
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#if defined(__uxp__) || defined(__hpux) || (defined(sun) && OSMAJORVERSION >= 5 && OSMINORVERSION >= 4) || defined(linux)
|
||||
#if defined(__uxp__) || defined(__hpux) || (defined(sun) && OSMAJORVERSION >= 5 && OSMINORVERSION >= 4)
|
||||
extern int putenv(const char *string);
|
||||
#elif !(defined(__osf__) || defined(__aix))
|
||||
extern int putenv(char *string);
|
||||
|
|
Loading…
Reference in a new issue