Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/unix/aix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1160,10 +1160,6 @@ pub const NFSMNT_ACDIRMAX: c_int = 0x0800;
// rpcsvc/rstat.h
pub const CPUSTATES: c_int = 4;

// search.h
pub const FIND: c_int = 0;
pub const ENTER: c_int = 1;

// semaphore.h
pub const SEM_FAILED: *mut sem_t = -1isize as *mut crate::sem_t;

Expand Down
Loading