From owner-freebsd-standards@FreeBSD.ORG Sat Aug 4 06:20:08 2012 Return-Path: Delivered-To: freebsd-standards@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6B48106566C for ; Sat, 4 Aug 2012 06:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1AB48FC08 for ; Sat, 4 Aug 2012 06:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q746K8O8036629 for ; Sat, 4 Aug 2012 06:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q746K8iP036622; Sat, 4 Aug 2012 06:20:08 GMT (envelope-from gnats) Date: Sat, 4 Aug 2012 06:20:08 GMT Message-Id: <201208040620.q746K8iP036622@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org From: "Jukka A. Ukkonen" Cc: Subject: Re: standards/170346: Changes to support waitid() and related stuff X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jukka A. Ukkonen" List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2012 06:20:09 -0000 The following reply was made to PR standards/170346; it has been noted by GNATS. From: "Jukka A. Ukkonen" To: bug-followup@FreeBSD.org, jau@iki.fi Cc: Subject: Re: standards/170346: Changes to support waitid() and related stuff Date: Sat, 04 Aug 2012 09:14:21 +0300 These links might shed some more light to the optimal placement of the idtype_t definition. http://www.unix.com/man-page/OpenSolaris/2/getacct/ http://www.unix.com/man-page/OpenSolaris/2/sigsend/ Both of these manual pages apply to Solaris-11. The same features are apparently also in HP-UX, but they are not SUS/POSIX - at least not yet. Esp. the sigsend() style functionality as a generalized kill() seems to me like a potential candidate to make it also to SUS/POSIX. Such functionality would be a natural companion to wait*() with generalized idtype_t and id_t. And in any case it seems likely that id_t and idtype_t will be used together almost anywhere where one is needed. Neither of them makes a whole lot sense without the other. So, keeping them together in the header files may be beneficial. Just my 0,02 EUR worth. --jau