| Index: gdb/gnulib/import/extra/snippet/warn-on-use.h
|
| diff --git a/gdb/gnulib/import/extra/snippet/warn-on-use.h b/gdb/gnulib/import/extra/snippet/warn-on-use.h
|
| index d4cb94f35256e487e3327d25143c995e9c38aec2..51e69bbd9b6c5917dcb488805dafce2e82ba5753 100644
|
| --- a/gdb/gnulib/import/extra/snippet/warn-on-use.h
|
| +++ b/gdb/gnulib/import/extra/snippet/warn-on-use.h
|
| @@ -55,7 +55,7 @@
|
| rather than issue the nice warning, but the end result of informing
|
| the developer about their portability problem is still achieved):
|
| #if HAVE_RAW_DECL_ENVIRON
|
| - static inline char ***rpl_environ (void) { return &environ; }
|
| + static char ***rpl_environ (void) { return &environ; }
|
| _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared");
|
| # undef environ
|
| # define environ (*rpl_environ ())
|
|
|