X-Original-To: alpine-devel@lists.alpinelinux.org Received: from hydrogenium.shiz.me (hydrogenium.shiz.me [62.210.12.63]) by lists.alpinelinux.org (Postfix) with ESMTP id 258415C4221 for ; Tue, 31 Jan 2017 22:42:59 +0000 (GMT) Received: from ion.lan (::ffff:80.112.172.223 [IPv6:::ffff:80.112.172.223]) by hydrogenium.shiz.me (OpenSMTPD) with ESMTPSA id c17df0e7 TLS protoversion=TLSv1.2 ciphersuite=ECDHE-RSA-AES256-GCM-SHA384 verify=NO; Tue, 31 Jan 2017 22:42:58 +0000 (UTC) From: Shiz Message-Id: <7E01F0E1-6DC9-4EB4-88AE-F3D5C3425396@shiz.me> Content-Type: multipart/signed; boundary="Apple-Mail=_E4038525-C754-4A78-B38B-EAD5CF615CD7"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: [alpine-devel] Non-standard C library Date: Tue, 31 Jan 2017 23:42:39 +0100 In-Reply-To: Cc: William Pitcock , alpine-dev To: Harald Arnesen References: <20170126112655.44ad5c0e@vostro.util.wtbts.net> <4EDA0683-3991-44D0-882C-C34FBD4C38B2@jirutka.cz> <5blaf1.okfi73.2tnq26-qmf@gmx.com> <5890704A.8090402@mail.com> <717ca2a3-d579-4ab6-ace2-1bc0dbbb111c@skogtun.org> X-Mailer: Apple Mail (2.3251) --Apple-Mail=_E4038525-C754-4A78-B38B-EAD5CF615CD7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 31 Jan 2017, at 22:33, Harald Arnesen wrote: >=20 > William Pitcock [2017-01-31 20:25]: >=20 >> I asked about it on the musl list for you. They rejected the change >> request, citing POSIX: >>=20 >> http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html >>=20 >> which explicitly says: >>=20 >> "The header shall define the IPPORT_RESERVED symbolic >> constant with the value of the highest reserved Internet port = number." >>=20 >> Including both and is likely more portable >> than the Snobol maintainer's current approach, as well. >=20 > And which operating systems follow that Posix standard? #include #include int main(void) { printf("%d\n", IPPORT_RESERVED); return 0; } =C2=BB uname ; ./ttt Darwin 1024 $ uname ; ls /lib | grep ld-linux ; ./ttt Linux ld-linux-x86-64.so.2 1024 # uname ; ls /lib | grep ld-musl ; ./ttt Linux ld-musl-x86_64.so.1 1024 - Shiz --Apple-Mail=_E4038525-C754-4A78-B38B-EAD5CF615CD7 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYkRLxAAoJEI8YjKeZk+kHZ2QP/0FturCmdGlKIF4vk19PCHxF ZVumuVeTiS/1o35z65WTMcXNiIRh/plFHpgOW5icIKxrjg0kkEQKLVlF7RaJSb6p JV5dH9ykwepmW0tvBVkftiv1fbQM26s/1P81taeiSd6Fgr4assHAGX15EfOsPjDU Y/U8hrwHNKGNxVR+sarmijeKl1/pqTvOD2aBJoWuRjRn5nSCGTVBUhDbGyKCLBBp HMpzy0ik8o9k2SNlNBnmt/N0aANFHXTM1WjMEMKMmtoxtxZAX7x7lOsbbqBTNxO9 Ojq74LW4wucW/8njg/5AaQwL6Zrep+7dLzjRF4n5Hb3QaFTtINysCeYmZz3lC2Ve PsScxSeUyYx7g8TaCYgz/5fFv2JBM0Gr/rryMpf5CvSUz24LkpxQQJLdW4OMW5pr QPVnQa4lONqqfYqeY8fTe/1WFsw+nMeLdvh/Qowd5r3+tN5+P6MvFRAd+sVe4yok 6uw7dWY7mJf37J/Nzhfbr1wFGynSpd4cGSeI3BaUH7WqqTzb5poeLioddwKP/gP3 dwKIFvxm0JhhiJ/qbF6CaJqwPH80zgNjW0bpoVy9qhgJbF8jKSIDHZTiWLuMZZKV zFAkWqh0aQA+ppVwT0M6yWfPova/w6LJ3UyBASsCDf4/mp275eephDAQy2rKw4nJ UlH84dqTf6mS/y6lulW5 =xEel -----END PGP SIGNATURE----- --Apple-Mail=_E4038525-C754-4A78-B38B-EAD5CF615CD7-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---