Skip to content

Commit

Permalink
Add more derives for SignalFd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Mairs committed Dec 9, 2017
1 parent ef4efae commit e59c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/signalfd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub fn signalfd(fd: RawFd, mask: &SigSet, flags: SfdFlags) -> Result<RawFd> {
/// Err(err) => (), // some error happend
/// }
/// ```
#[derive(Debug)]
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
pub struct SignalFd(RawFd);

impl SignalFd {
Expand Down

0 comments on commit e59c72b

Please sign in to comment.