From owner-cvs-src@FreeBSD.ORG Fri Nov 18 17:13:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C491F16A41F; Fri, 18 Nov 2005 17:13:24 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B0343D45; Fri, 18 Nov 2005 17:13:24 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAIHDOIw019411; Fri, 18 Nov 2005 17:13:24 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAIHDOj2019410; Fri, 18 Nov 2005 17:13:24 GMT (envelope-from andre) Message-Id: <200511181713.jAIHDOj2019410@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 18 Nov 2005 17:13:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys clock_gettime.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 17:13:25 -0000 andre 2005-11-18 17:13:23 UTC FreeBSD src repository Modified files: lib/libc/sys clock_gettime.2 Log: Document CLOCK_UPTIME which returns the current uptime in SI seconds. At the moment it is just an alias for CLOCK_MONOTONIC which reports the same number. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.21 +3 -1 src/lib/libc/sys/clock_gettime.2