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

Rob Landley rob at landley.net
Sun Apr 18 06:27:35 UTC 2010


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
-- 
Latency is more important than throughput. It's that simple. - Linus Torvalds


More information about the busybox mailing list