change log for rtems (2011-09-29)

Ralf Corsepius ralf.corsepius at rtems.org
Thu Sep 29 14:13:45 UTC 2011


On 09/29/2011 12:10 PM, rtems-vc at rtems.org wrote:
> *sh*



> diff -u rtems/cpukit/score/src/ts64set.c:1.2 rtems/cpukit/score/src/ts64set.c:1.3
> --- rtems/cpukit/score/src/ts64set.c:1.2	Wed Sep 28 09:42:12 2011
> +++ rtems/cpukit/score/src/ts64set.c	Thu Sep 29 04:55:54 2011
> @@ -22,8 +22,8 @@
>   #if CPU_TIMESTAMP_USE_INT64 == TRUE
>   void _Timestamp64_Set(
>     Timestamp64_Control *_time,
> -  long                 _seconds,
> -  long                 _nanoseconds
> +  Timestamp64_Control  _seconds,
> +  Timestamp64_Control  _nanoseconds

I don't like this change and other timespec removals inside of this 
patch).

Can't we simply agree upon using timespec and its convention of
"time_t = secs" and "long = nanosecs", instead?

Ralf



More information about the vc mailing list