This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Replace system() with tlink_execute() in tlink.c


On Wed, 25 Aug 2004 00:00:33 -0700, Zack Weinberg <zack@codesourcery.com> said:
> 
> I do not know this getpwd() function, nor is it in the C library of
> any operating system I have convenient access to.  Please use getcwd()
> -- a stopgap implementation is in libiberty, so you don't have to
> worry about portability issues if you use it.

I think getpwd() is the one that is provided by libiberty.  In fact it
is used by repo.c and toplev.c as well.

Adam


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