Skip to content

Commit eed2be9

Browse files
Xing Xuetgross35
authored andcommitted
Remove duplicate constant definitions FIND and ENTER.
(backport <#4588>) (cherry picked from commit bdc4b7d)
1 parent d287f62 commit eed2be9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/unix/aix/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,10 +1159,6 @@ pub const NFSMNT_ACDIRMAX: c_int = 0x0800;
11591159
// rpcsvc/rstat.h
11601160
pub const CPUSTATES: c_int = 4;
11611161

1162-
// search.h
1163-
pub const FIND: c_int = 0;
1164-
pub const ENTER: c_int = 1;
1165-
11661162
// semaphore.h
11671163
pub const SEM_FAILED: *mut sem_t = -1isize as *mut crate::sem_t;
11681164

0 commit comments

Comments
 (0)