commit | 54640d238760a1a54dfebe039b49682522100186 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 18 22:51:14 2017 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 18 22:51:14 2017 -0500 |
tree | 6a2b2dd72e87da0226f0885c08b7fe9ab8a2141d | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLL When fixing things to avoid ambiguous cases I had a thinko and included SIGPOLL/SIGIO in with all of the other signals that have signal specific si_codes. Which is completely wrong. Fix that. Reported-by: Vince Weaver <vincent.weaver@maine.edu> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>