summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-25 12:40:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-25 12:40:49 -0600
commit72ed2003913a3439b5e4d5f4424fa2b89c355cea (patch)
treeb8e522e008e94d94ec48395d1e43b1c21663fe79 /nuttx/ChangeLog
parent40d5996ebeeae1061a84cf15185a6ee4d6ed30c6 (diff)
downloadnuttx-72ed2003913a3439b5e4d5f4424fa2b89c355cea.tar.gz
nuttx-72ed2003913a3439b5e4d5f4424fa2b89c355cea.tar.bz2
nuttx-72ed2003913a3439b5e4d5f4424fa2b89c355cea.zip
prtdiff_t: Defined in both stddef and sys/types
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3651571ee..9e7f9c554 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6661,3 +6661,7 @@
and fs_procfscpuload.c: CPU load logic extended to keep counts on each
thread. The per-thread CPU is now reported in the procfs under
<pid>/loadavg (2014-2-23).
+ * include/stddef.h: ptrdiff_t is defined twice in stddef.h and also in
+ sys/types.h. stdef.h is the correct location for the definition, but
+ it includes sys/types.h so, at least for now, the definition will be
+ retained in sys/types.h (2014-2-25).