Skip to content

Commit bdc4b7d

Browse files
Xing Xuetgross35
authored andcommitted
Remove duplicate constant definitions FIND and ENTER.
1 parent 925eb0c commit bdc4b7d

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
@@ -1160,10 +1160,6 @@ pub const NFSMNT_ACDIRMAX: c_int = 0x0800;
11601160
// rpcsvc/rstat.h
11611161
pub const CPUSTATES: c_int = 4;
11621162

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

0 commit comments

Comments
 (0)