From owner-freebsd-standards@FreeBSD.ORG Fri Jan 24 11:20:02 2014 Return-Path: Delivered-To: freebsd-standards@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 497FD7A6 for ; Fri, 24 Jan 2014 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A2EA123E for ; Fri, 24 Jan 2014 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0OBK1v3036125 for ; Fri, 24 Jan 2014 11:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0OBK1gl036124; Fri, 24 Jan 2014 11:20:01 GMT (envelope-from gnats) Date: Fri, 24 Jan 2014 11:20:01 GMT Message-Id: <201401241120.s0OBK1gl036124@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org Cc: From: Bob Bishop Subject: Re: standards/186028: incorrect return values for posix_fallocate() X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Bob Bishop List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 11:20:02 -0000 The following reply was made to PR standards/186028; it has been noted by GNATS. From: Bob Bishop To: bug-followup@FreeBSD.org Cc: Subject: Re: standards/186028: incorrect return values for posix_fallocate() Date: Fri, 24 Jan 2014 11:11:05 +0000 FWIW at least posix_madvise() and posix_fadvise() have the same problem = wrt man page, haven't checked the code.