mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 22:12:40 -08:00
unixsys: waitpid: fix fake macro
This commit is contained in:
parent
104203e1b8
commit
c487341ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue