File: _generated\0\LibraryImports.g.cs
Web Access
Project: src\src\runtime\src\libraries\Microsoft.Extensions.Hosting.Systemd\src\Microsoft.Extensions.Hosting.Systemd.csproj (Microsoft.Extensions.Hosting.Systemd)
// <auto-generated/>
internal static unsafe partial class Interop
{
    internal static unsafe partial class @libc
    {
        [global::System.Runtime.InteropServices.DllImportAttribute("libc", EntryPoint = "getppid", ExactSpelling = true)]
        internal static extern partial int GetParentPid();
    }
}