aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 04:02:33 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-19 19:23:24 +0200
commit00cdfe28a456b230711b2d235d84dfc4103afd61 (patch)
tree8acedd7c2e8fb94b2313469c6327cc76dcca6453
parentba0d9310415ea9fd9fa1112b3f89026dc6c8485d (diff)
downloadbusybox-w32-00cdfe28a456b230711b2d235d84dfc4103afd61.tar.gz
busybox-w32-00cdfe28a456b230711b2d235d84dfc4103afd61.tar.bz2
busybox-w32-00cdfe28a456b230711b2d235d84dfc4103afd61.zip
win32: add missing system headers
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@gmail.com>
-rw-r--r--win32/grp.h0
-rw-r--r--win32/netdb.h0
-rw-r--r--win32/pwd.h0
-rw-r--r--win32/sys/ioctl.h0
-rw-r--r--win32/sys/mman.h0
-rw-r--r--win32/sys/poll.h0
-rw-r--r--win32/sys/socket.h0
-rw-r--r--win32/sys/wait.h0
8 files changed, 0 insertions, 0 deletions
diff --git a/win32/grp.h b/win32/grp.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/grp.h
diff --git a/win32/netdb.h b/win32/netdb.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/netdb.h
diff --git a/win32/pwd.h b/win32/pwd.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/pwd.h
diff --git a/win32/sys/ioctl.h b/win32/sys/ioctl.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/sys/ioctl.h
diff --git a/win32/sys/mman.h b/win32/sys/mman.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/sys/mman.h
diff --git a/win32/sys/poll.h b/win32/sys/poll.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/sys/poll.h
diff --git a/win32/sys/socket.h b/win32/sys/socket.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/sys/socket.h
diff --git a/win32/sys/wait.h b/win32/sys/wait.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/win32/sys/wait.h