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]

Re: A prototype for final.c




  > > None on most modern systems.  "getwd" is the one found on most systems
  > > these days.
  > 
  > I've got getcwd(3) in unistd.h under glibc-2.0.94. BTW, glibc tells me that
  > getwd(3) is insecure and deprecated. Time to switch?
Whoops.  I must have typo'd somewhere when I did the initial grep
for these functions in the include files for my various systems.
getcwd is indeed the preferred code and is found on newer systems,
not getwd.

Sorry for the confusion.

jeff


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