OSDN Git Service

2007-07-06 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 6 Jul 2007 16:56:30 +0000 (16:56 +0000)
committerjjohnstn <jjohnstn>
Fri, 6 Jul 2007 16:56:30 +0000 (16:56 +0000)
commit1f273333b9c70c60e1371f1aee9dd8fe904fb5f9
tree3dea4585d08ba2e19ff7d3aba0462a222d9247da
parentba629c280dba95e120c244b42d4529a4b9ea0d81
2007-07-06  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/sys/time.h (gettimeofday): Change to proper
        prototype where second parameter is void *.
        * libc/reent/gettimeofdayr.c (_gettimeofday_r): Change prototype
        accordingly.
        * libc/include/reent.h: Fix prototype for _gettimeofday_r.
        * libc/sys/arm/syscalls.c: Fix gettimeofday function signature.
        * libc/sys/rdos/gettod.c: Ditto.
        * libc/sys/sh/syscalls.c: Ditto.
        * libc/time/time.c (time): Change call to _gettimeofday_r
        to pass NULL as 2nd argument.
newlib/ChangeLog
newlib/libc/include/reent.h
newlib/libc/include/sys/time.h
newlib/libc/reent/gettimeofdayr.c
newlib/libc/sys/arm/syscalls.c
newlib/libc/sys/rdos/gettod.c
newlib/libc/sys/sh/syscalls.c
newlib/libc/time/time.c