From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H.J. Lu" Subject: The time(2) man page conflicts with glibc Date: Tue, 15 Dec 2015 05:58:20 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org To: "Michael Kerrisk (man-pages)" Cc: libc-alpha , linux-man List-Id: linux-man@vger.kernel.org TIME(2) Linux Programmer's Manual TIME(2) NAME time - get time in seconds SYNOPSIS #include time_t time(time_t *t); DESCRIPTION time() returns the time as the number of seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC). If t is non-NULL, the return value is also stored in the memory pointed to by t. RETURN VALUE On success, the value of time in seconds since the Epoch is returned. On error, ((time_t) -1) is returned, and errno is set appropriately. ERRORS EFAULT t points outside your accessible address space. CONFORMING TO SVr4, 4.3BSD, C89, C99, POSIX.1-2001. POSIX does not specify any error conditions. But x86-64 glibc has 0000000000000000