mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
(rpl_gettimeofday): Declare local variable `result'.
This commit is contained in:
@@ -60,6 +60,8 @@ int
|
||||
rpl_gettimeofday (struct timeval *tv, struct timezone *tz)
|
||||
{
|
||||
struct tm save;
|
||||
int result;
|
||||
|
||||
if (! localtime_buffer_addr)
|
||||
abort ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user