cygwin: drop explicit O_TEXT
authorCorinna Vinschen <vinschen@redhat.com>
Mon, 18 Feb 2019 21:37:37 +0000 (22:37 +0100)
committerCorinna Vinschen <vinschen@redhat.com>
Mon, 18 Feb 2019 21:37:37 +0000 (22:37 +0100)
commit68be523db761867cde2c5476cf43f8766c593b2a
treecc042b46aa16a7daff7dc158748b216327c67533
parent54a622697eced33a6029fd5e7dd452cfb99bb72e
cygwin: drop explicit O_TEXT

Cygwin binaries should not enforce text mode these days, just
use text mode if the underlying mount point requests it

Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8275)
crypto/bio/bss_file.c