This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [PATCH] Fix environ.c on darwin


On Wednesday 27 October 2004 16:47, Andrew Pinski wrote:
> This is basically the patch from the PR for this (PR 17748) with
> an additional comment which says why this is needed.
> The problem is that even though darwin has a man page for environ,
> it does not really have the variable but does have a function,
> _NSGetEnviron, which does the same thing as the variable.
>
> OK? Built and tested on powerpc-darwin.

Hmm I didn't know we are looking looking directly at enrivon.
Can't we use getenv()&friends from POSIX?

Gr.
Steven


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