Ignore EINVAL/EBADF errors from FTruncate in FileStream.Init (#22788)
authorStephen Toub <stoub@microsoft.com>
Fri, 22 Feb 2019 21:15:31 +0000 (16:15 -0500)
committerJan Kotas <jkotas@microsoft.com>
Fri, 22 Feb 2019 21:15:31 +0000 (13:15 -0800)
commit187ce49c992aef74cdbf60c445d5f68a60c37f4d
treedd56b8d0df277c5bc0466691d887dccbe45da211
parent3984fc9b98770289def807e1953533bc4a28781a
Ignore EINVAL/EBADF errors from FTruncate in FileStream.Init (#22788)

They indicate we're working with a special file, where failure to truncate is not a fatal condition.
src/System.Private.CoreLib/shared/System/IO/FileStream.Unix.cs