[Chapel Merge] Update new signaling functions to use sendPosixSig

Branch: refs/heads/main
Revision: a392534
Author: daviditen
Link: Update new signaling functions to use sendPosixSignal instead of send_signal by daviditen · Pull Request #19125 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19125 from daviditen/subprocess-missed-send_signal

Update new signaling functions to use sendPosixSignal instead of send_signal

[trivial, not reviewed]

This avoids deprecation messages from send_signal when using these functions.

Signed-off-by: David Iten daviditen@users.noreply.github.com

Modified Files:
M modules/standard/Subprocess.chpl

Compare: https://github.com/chapel-lang/chapel/compare/d971b1c9e59b...a39253409614