Skip to content

Commit

Permalink
pidfd_send_signal(2): fix EINVAL wrt flags.
Browse files Browse the repository at this point in the history
Fixes: 0343182 ("pidfd_send_signal(2): document new PIDFD_SIGNAL_* flags")
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Jul 8, 2024
1 parent 0a8e137 commit 7cd20ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pidfd_send_signal.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The calling process is not in a PID namespace from which it can send a
signal to the target process.

**EINVAL**
*flags* is not 0.
*flags* value is not valid.

**EPERM**
The calling process does not have permission to send the signal to the
Expand Down

0 comments on commit 7cd20ff

Please sign in to comment.