This is the mail archive of the
cygwin-patches
mailing list for the Cygwin project.
Re: [PATCH] Cygwin: make path_conv::isdevice() return false on socket files
- From: Ken Brown <kbrown at cornell dot edu>
- To: "cygwin-patches at cygwin dot com" <cygwin-patches at cygwin dot com>
- Date: Sun, 21 Jul 2019 14:25:36 +0000
- Subject: Re: [PATCH] Cygwin: make path_conv::isdevice() return false on socket files
- Arc-authentication-results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=cornell.edu;dmarc=pass action=none header.from=cornell.edu;dkim=pass header.d=cornell.edu;arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KIe8+hhwCV0uPb+I6mdZPTNmYdyn7+nxBVq14+WZUHg=; b=KTo6WdlC6ZObkfixnG9GXDSI4wvkIY1bFURElsZ/l0o8DVJVMiWydatSwAikCPANkj5qisVjSyEVZNVpJMQDMQibNpLUW+RanAB4u9yepVE3LXgOeKrnywfDELswfFAm0huz37WTh39m6zhz2KnzPqQIZWYTKDd22tKh40iSYnzoVL2WnCAoDZVv9nFK77FV6P6lLOJZPKquLeDSdcBaofmY3pgWTZYhQhcYrJns+yDC2ndopGyj8lOy+l0fcdyOZvx4lmcXNLao1byBzGNN0qjn2RXSRC+yeCEYpNF/Q7MtOUwinUgDGSGwSvmkJrLs6SAnPXO6Dl3Q0FBaTl7AVA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RfUWjMgAUZ4yxoJN+n/rETTbtzuECIGSJVZ0RxB90ls/t4T8cIxnDyEW6djfVv0ftrrI+Q0chE67yls+LePbf4FmziHxhgsbqv6z62Gpp3Iw+9nTVt1suF/EHbqhum3r6udo5kefKiFyhFY9ijLPV93NRqlf/AN1bzu9EG5YWlskfay1FjgXMvNWBWApa9J04td3qQzUdXQfbA4C7sqxzBobdF9PMv7Q45AZA7AA/b7/bcEw6ORRfexHRVHQVU6F+jzHSFPTWZo7mUNLoIyrHPhnGomC0tN8JQ9ck3/yHasUQNXOty/HuRRYlOcdwAezbwuuxi77u3ygbWqTyDlltA==
- References: <20190718200026.1377-1-kbrown@cornell.edu> <20190719082845.GO3772@calimero.vinschen.de> <8dce0946-6f7e-a3f4-62b1-98cdbbe277ef@cornell.edu> <e97cff22-2083-b5ec-1dac-31a34b0c86c3@cornell.edu> <619bf054-ae39-75af-eb12-e9b3b6115555@SystematicSw.ab.ca>
On 7/21/2019 3:15 AM, Brian Inglis wrote:
> Anything beginning is or to followed by a lower case letter may be used by the
> (library) implementation and may be considered reserved: best to interpose an
> underscore as systems with better language support inc. BSDs are adding classes.
I assume you're referring to the POSIX name space rules, as in Section 2.2.2 of
https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html. I
don't see how that's related to the present discussion (identifiers used in
classes internal to Cygwin).
Ken