Backport from sid to buster
[hcoop/debian/mlton.git] / runtime / basis / Posix / Process / waitpid-consts.c
CommitLineData
7f918cf1
CE
1#include "platform.h"
2
3// const C_Int_t Posix_Process_W_CONTINUED = WCONTINUED;
4const C_Int_t Posix_Process_W_NOHANG = WNOHANG;
5const C_Int_t Posix_Process_W_UNTRACED = WUNTRACED;