This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: __gettimeofday ?
- To: Fred Fish <fnf at ninemoons dot com>
- Subject: Re: __gettimeofday ?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 27 Jun 1998 10:30:19 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
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