This is the mail archive of the gcc-bugs@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: __gettimeofday ?



  In message <199806271552.IAA15479@ninemoons.com>you write:
  > Why does mkstemp.c call __gettimeofday instead of just gettimeofday.
  > I just grepped the entire current egcs tree and that is the only
  > place this string occurs (and it ends up as unresolved at link time).
A goof (one of several) on my part late late last night.  mkstemp.c
is actually derived from the glibc sources which call the __ version.

Kaveh has submitted (and I've approved) a fix for this and a few other
problems with mkstemp. 

jeff


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