summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 50e4f7be5..744214a97 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7095,3 +7095,6 @@
* libc/stdio/lib_ftell.c: Fix a logic error in ftell(). It was
simply using the file offset and did not take into account data
buffered in memory. From Macs N (2013-3-31).
+ * Add CONFIG_CLOCK_MONOTONIC that case used to disable CLOCK_MONOTONIC
+ for a smaller footprint (2013-3-31).
+