summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-15 13:02:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-15 13:02:29 -0600
commit0b348732427125d0555ff8002f24576f441d4834 (patch)
tree019313ea0693bfaaaeb37eee9c4cc72a05691e7f
parent093c95eb3997be03752c8428f3ce42aeee00b546 (diff)
downloadnuttx-0b348732427125d0555ff8002f24576f441d4834.tar.gz
nuttx-0b348732427125d0555ff8002f24576f441d4834.tar.bz2
nuttx-0b348732427125d0555ff8002f24576f441d4834.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c985357ea..cddac6de6 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9810,3 +9810,5 @@
to register new network devices. net_initialize() now does only timer
related operations and is called AFTER up_initialize() where the timers
are configured. Problem note by Max Neklyudov (2015-02-14).
+ * include/time.h and sys/time.h: Move struct timeval from include/time.h
+ to include/sys/time.h where it belongs (2015-02-15).