File: Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\LibraryImports.g.cs
Project: Microsoft.Extensions.Hosting.Systemd.csproj (Microsoft.Extensions.Hosting.Systemd)
// <auto-generated/>
internal static partial class Interop
{
    internal static partial class @libc
    {
        [global::System.Runtime.InteropServices.DllImportAttribute("libc", EntryPoint = "getppid", ExactSpelling = true)]
        internal static extern partial int GetParentPid();
    }
}