configure.in: Fix argument types in gmtime_r() and localtime_r() probes
authorFabian Keil <fk@fabiankeil.de>
Tue, 19 Dec 2023 10:48:37 +0000 (11:48 +0100)
committerFabian Keil <fk@fabiankeil.de>
Tue, 19 Dec 2023 10:52:51 +0000 (11:52 +0100)
Otherwise these probes always fail with stricter compilers
even if there is C library support for these functions.

Patch submitted by Florian Weimer in SF#149.


No differences found