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 <[email protected]> > --- > 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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
