unixsys: waitpid: fix fake macro

This commit is contained in:
Daniel Kochmański 2017-05-19 15:32:48 +02:00
parent 104203e1b8
commit c487341ad6

View file

@ -535,7 +535,7 @@ extern void ecl_interrupt_process(cl_object process, cl_object function);
# endif
# ifndef WIFCONTINUED
# define WIFCONTINUED() 0
# define WIFCONTINUED(x) 0
# endif
#endif /* ECL_MS_WINDOWS_HOST */