OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [time/] [gettzinfo.c] - Blame information for rev 802

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
#include <sys/types.h>
2
#include <local.h>
3
 
4
/* Shared timezone information for libc/time functions.  */
5
static __tzinfo_type tzinfo = {1, 0,
6
    { {'J', 0, 0, 0, 0, (time_t)0, 0L },
7
      {'J', 0, 0, 0, 0, (time_t)0, 0L }
8
    }
9
};
10
 
11
__tzinfo_type *
12
__gettzinfo (void)
13
{
14
  return &tzinfo;
15
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.