K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-12-20T15:11:11.215987Z K 7 svn:log V 367 clock_gettime(2),gettimeofday(2): Remove [EFAULT] error. Depending on system configuration and parameters, clock_gettime() and gettimeofday() may not be system calls. If so, passing an invalid pointer will cause a signal and not an [EFAULT] error. From a standards perspective, this is OK since passing an invalid pointer is undefined behaviour. MFC after: 1 week END