lkml.org 
[lkml]   [2014]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 00/25] Change time_t and clock_t to 64 bit
    On Tue, May 13, 2014 at 04:57:36PM +0800, Ley Foon Tan wrote:
    > This patchset change default time_t and clock_t to 64 bit in
    > include/uapi/asm-generic/posix_types.h. The existing 32 bit architectures override
    > these define to 32 bit in arch posix_types.h.
    >
    > There is request to support 64 bit time_t for new architecture [1]. According to the

    I think this is an utterly wrong, and very dangerous approach. A 64-bit
    time_t is something that will need non-trivial porting effort in
    userland, and introducing it only for new fringe architectures is a
    guaranteed way to create silent breakage.

    If you do care about it make sure the architectures that are heavily
    used support it and userland can properly deal with it first, and only
    then default new architectures to it.



    \
     
     \ /
      Last update: 2014-05-13 18:01    [W:3.544 / U:0.692 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site