From owner-cvs-all@FreeBSD.ORG Fri Jul 18 20:20:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A32F237B401; Fri, 18 Jul 2003 20:20:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4CA43F75; Fri, 18 Jul 2003 20:20:00 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6J3K00U071833; Fri, 18 Jul 2003 20:20:00 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6J3JxmX071832; Fri, 18 Jul 2003 20:19:59 -0700 (PDT) Message-Id: <200307190319.h6J3JxmX071832@repoman.freebsd.org> From: Garrett Wollman Date: Fri, 18 Jul 2003 20:19:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen time.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 03:20:01 -0000 wollman 2003/07/18 20:19:59 PDT FreeBSD src repository Modified files: lib/libc/gen time.3 Log: Rewrite to reflect slight change in semantics for C99, and note a bug in the standard. Defer to gettimeofday(2) for error indications. Revision Changes Path 1.12 +40 -23 src/lib/libc/gen/time.3