Displaying 1 result from an estimated 1 matches for "have_sys_wait".
Did you mean:
have_sys_wait_h
2004 Sep 14
0
[LLVMdev] Files to lib/System/Win32
...pp forward slashes are still
>used. These need to be changed to back slashes.
>
Specifically I've searched my win32 source for function calls of mkdtemp,
fork and execve and they are exclude from compilation due to the MinGW
configure didn't find it worth to flag HAVE_BACKTRACE and HAVE_SYS_WAIT.
I've specifically left the unix code untouched for HAVE_BACKTRACE and
HAVE_SYS_WAIT inclusions, because if some one or me came across and felt it
was worth rewriting, then the semantic implementation could be read, instead
of one has to dig it out of some other sources.
>So, I'm no...