X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fputenv.c;h=44b89fdf32211057a40afef2ba61b8ad03548477;hb=331683f2d54352de73a02e709fdbbd5314ccc324;hp=087b8f49176502d08e75254d681db52c813b5145;hpb=09cee1d6b81710cf39c71a34fb38dbcdf102693d;p=gnulib.git diff --git a/lib/putenv.c b/lib/putenv.c index 087b8f491..44b89fdf3 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -23,6 +23,11 @@ # include #endif +/* Disable the definition of putenv to rpl_putenv (from config.h) in this + file. Otherwise, we'd get conflicting prototypes for rpl_putenv on + systems like Irix 5.3. */ +#undef putenv + #if defined (__GNU_LIBRARY__) || defined (HAVE_STDLIB_H) # include #endif