aboutsummaryrefslogtreecommitdiff
path: root/win32/Kbuild
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-01-20 22:07:54 +0000
committerRon Yorston <rmy@pobox.com>2014-01-20 22:07:54 +0000
commit61a0fc571381226c48728b262495c1c5eafc4fed (patch)
tree42989d08f6926b73d6ed03ef92f8f1ee4b5062f9 /win32/Kbuild
parent19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0 (diff)
downloadbusybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.tar.gz
busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.tar.bz2
busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.zip
win32: use strptime from gnulib
Diffstat (limited to 'win32/Kbuild')
-rw-r--r--win32/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild
index 564498c78..c1005bd11 100644
--- a/win32/Kbuild
+++ b/win32/Kbuild
@@ -15,6 +15,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += poll.o
15lib-$(CONFIG_PLATFORM_MINGW32) += popen.o 15lib-$(CONFIG_PLATFORM_MINGW32) += popen.o
16lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o 16lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o
17lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o 17lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o
18lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o
18lib-$(CONFIG_PLATFORM_MINGW32) += system.o 19lib-$(CONFIG_PLATFORM_MINGW32) += system.o
19lib-$(CONFIG_PLATFORM_MINGW32) += termios.o 20lib-$(CONFIG_PLATFORM_MINGW32) += termios.o
20lib-$(CONFIG_PLATFORM_MINGW32) += uname.o 21lib-$(CONFIG_PLATFORM_MINGW32) += uname.o