From owner-freebsd-standards@FreeBSD.ORG Sun Feb 22 19:10:20 2004 Return-Path: Delivered-To: freebsd-standards@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D393516A4CE for ; Sun, 22 Feb 2004 19:10:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC74B43D1D for ; Sun, 22 Feb 2004 19:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1N3AKbv072795 for ; Sun, 22 Feb 2004 19:10:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1N3AK90072794; Sun, 22 Feb 2004 19:10:20 -0800 (PST) (envelope-from gnats) Date: Sun, 22 Feb 2004 19:10:20 -0800 (PST) Message-Id: <200402230310.i1N3AK90072794@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org From: Andrey Chernov Subject: Re: standards/63173: Patch to add getopt_long_only(3) to libc X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrey Chernov List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 03:10:20 -0000 The following reply was made to PR standards/63173; it has been noted by GNATS. From: Andrey Chernov To: Marius Strobl Cc: FreeBSD-gnats-submit@FreeBSD.ORG, ru@FreeBSD.ORG Subject: Re: standards/63173: Patch to add getopt_long_only(3) to libc Date: Mon, 23 Feb 2004 06:01:54 +0300 On Sun, Feb 22, 2004 at 05:12:41PM +0100, Marius Strobl wrote: > Well, that's exactly the point where I got confused as e.g. according > to the Single UNIX Specification Version 2 getsubopt(3) should live in > stdlib.h, yet on FreeBSD it's primarily in unistd.h with a second > declaration in stdlib.h. :) SUSv2 is not eonugh alone, but I see getsubopt() in in POSIX, so we definitely have a bug here (I'll try to fix). -- Andrey Chernov | http://ache.pp.ru/