Annotate Unix interop (#23589)
authorDan Moseley <danmose@microsoft.com>
Mon, 1 Apr 2019 13:22:59 +0000 (06:22 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2019 13:22:59 +0000 (06:22 -0700)
commitd1715f89ee03b587ebddc88dacf347fb3b9aed44
treefd6a28847fc9f70a1f179dd914668da75970565b
parent6d775033d841506a1e418222e15619127bb220f5
Annotate Unix interop (#23589)

* Unix interop

* More interop

* Fix

* fix
37 files changed:
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Access.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.ChDir.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Close.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.FLock.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.FSync.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.FTruncate.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetCwd.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetEUid.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetHostName.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetPid.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetPwUid.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetRandomBytes.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetTimestamp.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetUnixName.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.GetUnixRelease.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.LSeek.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.LockFileRegion.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.MksTemps.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.MountPoints.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Open.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.OpenFlags.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.PathConf.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Permissions.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.PosixFAdvise.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Read.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.ReadDir.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.ReadLink.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Stat.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.SysConf.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.SysLog.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Unlink.cs
src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Write.cs
src/System.Private.CoreLib/src/Interop/Windows/OleAut32/Interop.VariantClear.cs
src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs
src/System.Private.CoreLib/src/Microsoft/Win32/UnsafeNativeMethods.cs