summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-31 10:01:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-31 10:01:03 -0600
commite782d4d4fb8f0ab8c353fc57bbb6cf8296f079f7 (patch)
tree567f20983da5c6248a2771c10c371ddb53378597 /nuttx/ChangeLog
parentb4b12a6653bf66340b0b62357d07a2655bbb0c2e (diff)
downloadnuttx-e782d4d4fb8f0ab8c353fc57bbb6cf8296f079f7.tar.gz
nuttx-e782d4d4fb8f0ab8c353fc57bbb6cf8296f079f7.tar.bz2
nuttx-e782d4d4fb8f0ab8c353fc57bbb6cf8296f079f7.zip
Add CONFIG_CLOCK_MONTONIC
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).
+