Skip to content

Commit e8b0152

Browse files
authored
Merge pull request #4423 from devnexen/linux_to_cenum
linux updating the remain e! macro to c_enum!
2 parents 72f9d58 + d7205b0 commit e8b0152

File tree

1 file changed

+2
-2
lines changed
  • src/unix/linux_like/linux

1 file changed

+2
-2
lines changed

src/unix/linux_like/linux/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ cfg_if! {
8484
}
8585
}
8686

87-
e! {
88-
pub enum tpacket_versions {
87+
c_enum! {
88+
tpacket_versions {
8989
TPACKET_V1,
9090
TPACKET_V2,
9191
TPACKET_V3,

0 commit comments

Comments
 (0)