From owner-svn-src-stable-10@freebsd.org Mon Feb 13 08:23:02 2017 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C351FCDC66A for ; Mon, 13 Feb 2017 08:23:02 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-yb0-x231.google.com (mail-yb0-x231.google.com [IPv6:2607:f8b0:4002:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B27C1860 for ; Mon, 13 Feb 2017 08:23:02 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-yb0-x231.google.com with SMTP id w194so25298338ybe.0 for ; Mon, 13 Feb 2017 00:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Hp2GqAOQlmbHgvXNgMws9a7QpSv/vIQ62jVxr5JZFfs=; b=sr6Wi055xmnHJ9zkCJWNp2LCGdh/qoQLmrJ7Dg+Ew43VDQum80Oncg6tre4lsslEMx 2HPS6btbSLx8aAgH0TDedcOSM822kEUDc3CWL6MJkioNMKznvgi5Y2PHT9Khx6cUO0qN UC2HkiwHYV7aCQ0QxmgVj3MnFOD/OqzD739qZqgKDKsDD3GDdtcO9GMRNFu3e5nvaftQ FXE3e96ZHgMYX5yPzqlNfVV+CPPTvyrbPcqp7r13O1r1czxXqHAasMqLgks8tK7z8mjy 5f0aDGti3uzkJFtsSwlfSX4iadQM8Md65Dd/C0mSZ9KBx5uicck3dPnRGj0HAelFi6Bf A7Ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Hp2GqAOQlmbHgvXNgMws9a7QpSv/vIQ62jVxr5JZFfs=; b=JImgaSs92aH35iHUWdYj3bpOtAS4oevWmZw9HC/DriKLjta2fTKsoVMlpldb+rQF5k ArvU3WH9PUOSxBIof3Tj3ETN3m/i9Pja5p37ncddgvmaI04p3aNiU3b4kajMaGbyKB4u JsuwEL5Lklkq6u5xDcacV3JKPriYAbHfCxhPYj7SDqcOQh1nQQ5KZeDqSa6VsHOyodzK l7DxwQ+oDeaw6HVZX287yiLx66hIDhRW8MfnaMoZE6RMOzcV8zu14eI8sEGBB8bljWv8 544Zjo6DBFtc/cGzURqMB6877pboguguKtiQ60r7fNMQGVGxgQLEbpmE9qibwC2CiGK7 puqg== X-Gm-Message-State: AMke39n6y89Y2i31eflmbG4+fILHrx2PxVhC7d0e2HF2PUZeqyQxHogoV33WlimBdB9OmZWyTx7UUyXh+QEPTw== X-Received: by 10.37.104.73 with SMTP id d70mr16159588ybc.148.1486974181153; Mon, 13 Feb 2017 00:23:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.52.76 with HTTP; Mon, 13 Feb 2017 00:22:30 -0800 (PST) In-Reply-To: <65538136-4b19-bc06-f3e0-302ef2fc2359@vangyzen.net> References: <201702110735.v1B7ZROH028648@repo.freebsd.org> <65538136-4b19-bc06-f3e0-302ef2fc2359@vangyzen.net> From: Ed Schouten Date: Mon, 13 Feb 2017 09:22:30 +0100 Message-ID: Subject: Re: svn commit: r313632 - in stable/10/contrib/netbsd-tests/lib/libc/gen: . posix_spawn To: Eric van Gyzen Cc: Ngie Cooper , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 08:23:02 -0000 2017-02-11 15:28 GMT+01:00 Eric van Gyzen : > I would be concerned that app developers would read this definition, ignore > the one in the man page, and use the __-prefixed types in their apps. I think that's a concern that's not specific to the change at hand, as that's simply how BSD header files work. Take a look at the declaration of kill() in our copy of : int kill(__pid_t, int); This is simply the construct that the BSDs use to depend on a type without exposing it. -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717