Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the remainder of POSIX signals (plus WINCH and IO) #11

Merged
merged 1 commit into from
Oct 16, 2016
Merged

Add the remainder of POSIX signals (plus WINCH and IO) #11

merged 1 commit into from
Oct 16, 2016

Commits on Oct 8, 2016

  1. Add the remainder of POSIX signals (plus WINCH and IO)

    I did a quick check against OS X and OpenBSD. SIGPOLL is supposed to be part of
    POSIX.1-2008, with the note that it might be removed in the future, and isn't
    in either of those OSes, so removed that. SIGWINCH and SIGIO seem pretty
    popular, so did include those (they are in the rust libc crate).
    
    Refs:
    https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
    https://man.openbsd.org/sigaction.2
    https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man3/signal.3.html
    bnewbold committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    bc3ab7a View commit details
    Browse the repository at this point in the history