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

Jason Curl jcurlnews at arcor.de
Sun Apr 18 11:42:04 UTC 2010


On 18/04/2010 08:27, Rob Landley 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.
>
> Rob
>    
I don't see these libraries belonging to C. They probably belong to 
Posix though, and win32 is not posix (unless you install SUA).

Jason.


More information about the busybox mailing list