qorelanguage / qore

Qore Programming Language
GNU General Public License v2.0
58 stars 10 forks source link

module-process: platforms are said to not have checkpid, terminate and waitfortermination even if they have kill #4806

Closed niclasr closed 9 months ago

niclasr commented 9 months ago

The variables HAVE_PROCESS_CHECKPID, HAVE_PROCESS_TERMINATE and HAVE_PROCESS_WAITFORTERMINATION are set based on platform while the functions exists based on HAVE_KILL. It looks like the variables should be set based on HAVE_KILL.