Skip to content

Commit 00e6d6a

Browse files
authored
Merge pull request #4425 from devnexen/netbsd_e_to_c_enum
netbsd move from e! marcro to c_enum!
2 parents d00adf4 + f92ed6f commit 00e6d6a

File tree

1 file changed

+2
-2
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+2
-2
lines changed

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ pub type Elf64_Xword = u64;
3838

3939
pub type iconv_t = *mut c_void;
4040

41-
e! {
42-
pub enum fae_action {
41+
c_enum! {
42+
fae_action {
4343
FAE_OPEN,
4444
FAE_DUP2,
4545
FAE_CLOSE,

0 commit comments

Comments
 (0)