We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3487d63 commit c692fe7Copy full SHA for c692fe7
Sources/BSD/Core/Proc/PIDInfo.swift
@@ -40,7 +40,7 @@ extension BSD {
40
)
41
42
public static let bsdInfo = Self(
43
- name: "bsdInfo", rawValue: PROC_PIDTASKINFO
+ name: "bsdInfo", rawValue: PROC_PIDTBSDINFO
44
45
46
public static let taskInfo = Self(
0 commit comments