From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 15 21:30:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B1B35BA for ; Fri, 15 Nov 2013 21:30: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 6A4892623 for ; Fri, 15 Nov 2013 21:30: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 rAFLU1qb072438 for ; Fri, 15 Nov 2013 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAFLU1Kw072437; Fri, 15 Nov 2013 21:30:01 GMT (envelope-from gnats) Date: Fri, 15 Nov 2013 21:30:01 GMT Message-Id: <201311152130.rAFLU1Kw072437@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dmitrijs Ledkovs Subject: Re: misc/184002: wait6 / waitid returns wrong value in siginfo.si_status X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Dmitrijs Ledkovs List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 21:30:02 -0000 The following reply was made to PR misc/184002; it has been noted by GNATS. From: Dmitrijs Ledkovs To: bug-followup@FreeBSD.org, xnox@debian.org Cc: Subject: Re: misc/184002: wait6 / waitid returns wrong value in siginfo.si_status Date: Fri, 15 Nov 2013 21:24:14 +0000 Given that http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/181439 is still not fixed, the test case may also require #include Including signal.h is not required in Posix, linux/glibc, FreeBSD/glibc. Please consider fixing http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/181439 as well, to make waitid usage the same on all POSIX platforms that implement waitid. Regards, Dmitrijs.