CONFIG_LIBC_DIFFTIME is no longer used, but was still in Kconfig file. Noted by Sebastien Lorquet

This commit is contained in:
Gregory Nutt 2016-08-25 08:09:23 -06:00
parent 51596dc457
commit 6a58f046e6

View file

@ -350,13 +350,6 @@ config TIME_EXTENDED
Note: tm_isdst is always 0
config LIBC_DIFFTIME
bool "Add support for difftime()"
default "n"
---help---
Add POSIX support for computing the difference between two time_t
values.
config LIB_SENDFILE_BUFSIZE
int "sendfile() buffer size"
default 512