From 72ed2003913a3439b5e4d5f4424fa2b89c355cea Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 25 Feb 2014 12:40:49 -0600 Subject: prtdiff_t: Defined in both stddef and sys/types --- nuttx/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/ChangeLog') 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 /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). -- cgit v1.2.3