[PATCH 06/39] win32: add missing system headers

Nguyen Thai Ngoc Duy pclouds at gmail.com
Sun Apr 18 10:28:06 UTC 2010


On Sun, Apr 18, 2010 at 8:27 AM, Rob Landley <rob at landley.net> wrote:
> On Thursday 15 April 2010 14:58:26 Nguyễn Thái Ngọc Duy wrote:
>> These empty headers are to prevent #include errors. Of course
>> those #include may be wrapped inside #ifdefs and excluded, but that
>> would turn libbb.h into a #ifdef mess.
>>
>> Note that all missing declaration is in mingw.h, not in these files.
>>
>> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds at gmail.com>
>> ---
>>  0 files changed, 0 insertions(+), 0 deletions(-)
>>  create mode 100644 win32/grp.h
>>  create mode 100644 win32/netdb.h
>>  create mode 100644 win32/pwd.h
>>  create mode 100644 win32/sys/ioctl.h
>>  create mode 100644 win32/sys/mman.h
>>  create mode 100644 win32/sys/poll.h
>>  create mode 100644 win32/sys/socket.h
>>  create mode 100644 win32/sys/wait.h
>>  create mode 100644 win32/termios.h
>
> Surely this is a defect in your build environment?  These are standard system
> headers.  Your C library is defective.

Welcome to Windows.
-- 
Duy


More information about the busybox mailing list