[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 12/21] pipe_filter_ii_execute: port to OS/2 kLIBC
From: |
Bruno Haible |
Subject: |
Re: [PATCH 12/21] pipe_filter_ii_execute: port to OS/2 kLIBC |
Date: |
Mon, 01 Dec 2014 00:53:36 +0100 |
User-agent: |
KMail/4.8.5 (Linux/3.2.0-64-generic; KDE/4.8.5; x86_64; ; ) |
> * lib/pipe-filter-ii.c (start_wrapper, _beginthreadex, CloseHandle,
> WaiForSingleObject, WaitForMultipleObjects): New on OS/2 kLIBC.
Since you make use of these functions in w32spawn.h, their implementation
does not belong in pipe-filter-ii.c, but rather in some other .c file,
say w32-on-os2.c.
> * lib/w32spawn.h: Do not include windows.h on OS/2 kLIBC.
And here, you would need to #include "w32-on-os2.h", so that w32spawn.h
can be included from anywhere.
Bruno
- Re: [PATCH 05/21] spawn: do not include sched.h on OS/2 kLIBC, (continued)
- [PATCH 06/21] Fix character encoding aliases for OS/2, KO Myung-Hun, 2014/11/30
- [PATCH 07/21] find_executable: port to EMX, KO Myung-Hun, 2014/11/30
- [PATCH 08/21] get_shared_library_fullname: port to EMX, KO Myung-Hun, 2014/11/30
- [PATCH 09/21] relocatable: support UNIXROOT in relocate() on EMX, KO Myung-Hun, 2014/11/30
- [PATCH 12/21] pipe_filter_ii_execute: port to OS/2 kLIBC, KO Myung-Hun, 2014/11/30
- [PATCH 10/21] binary-io: put fd in binary mode if it is not a console on EMX, KO Myung-Hun, 2014/11/30
- [PATCH 11/21] pipe-filter-aux: undefine HAVE_SELECT on KLIBC, KO Myung-Hun, 2014/11/30
- [PATCH 14/21] getdtablesize: do not use getrlimit() on OS/2 kLIBC, KO Myung-Hun, 2014/11/30
- [PATCH 13/21] w32spawn: clear SHELL_SPECIAL_CHARS and SHELL_SPACE_CHAR on OS/2 kLIBC, KO Myung-Hun, 2014/11/30
- [PATCH 16/21] wcwidth: fix 'conflicting types' error for `__wcwidth' on OS/2 kLIBC, KO Myung-Hun, 2014/11/30