Skip to content

Commit 187fbb4

Browse files
committed
1 parent e50722e commit 187fbb4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

libc-test/semver/linux.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4037,6 +4037,7 @@ packet_mreq
40374037
pause
40384038
personality
40394039
pgn_t
4040+
pid_type
40404041
pipe2
40414042
popen
40424043
posix_fadvise

src/unix/linux_like/linux/mod.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ e! {
9090
TPACKET_V2,
9191
TPACKET_V3,
9292
}
93+
94+
pub enum pid_type {
95+
PIDTYPE_PID,
96+
PIDTYPE_TGID,
97+
PIDTYPE_PGID,
98+
PIDTYPE_SID,
99+
PIDTYPE_MAX,
100+
}
93101
}
94102

95103
s! {

0 commit comments

Comments
 (0)