Re: segfault when calling time()

Felix von Leitner <[email protected]> Wed, 10 Jun 2015 19:27:02 +0200
Newsgroups gmane.linux.lib.dietlibc
Message-ID <[email protected]>
Thus spake [email protected] ([email protected]):
> I'm getting a segfault when running this simple program:

Works for me.

Is this maybe a really old kernel?

Oh I just noticed that the time implementation on amd64 looks a bit
fishy. I'll replace it with a wrapper around gettimeofday.

Felix