diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-14 04:02:33 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-10 18:38:46 +1000 |
commit | feb8d27ec8b9c8d8838f8f841104d76141d11c95 (patch) | |
tree | 13ec422a0296d75d476458da55379f8682ce73cf /win32/pwd.h | |
parent | 1328b4b5da258df2e6d87d529a52394e6cdf1438 (diff) | |
download | busybox-w32-feb8d27ec8b9c8d8838f8f841104d76141d11c95.tar.gz busybox-w32-feb8d27ec8b9c8d8838f8f841104d76141d11c95.tar.bz2 busybox-w32-feb8d27ec8b9c8d8838f8f841104d76141d11c95.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.
Diffstat (limited to 'win32/pwd.h')
-rw-r--r-- | win32/pwd.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/win32/pwd.h b/win32/pwd.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/win32/pwd.h | |||