diff --git a/ChangeLog b/ChangeLog index 6b6d5f9149a..7bbf79b3381 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10532,3 +10532,9 @@ before returning. Noted by Freddie Chopin (2015-06-03). * Networking: Modify how callback structures are stored to avoid another potential use of a stal pointer (2015-06-03). + * POSIX message queues: Move mq_setattr() and mq_getattr() from + nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support + for mq_setattr() and mq_getattr(). This is necessary in protected and + kernel builds because in those cases the message queue structure is + protected and cannot be accessed directly from user mode code. Noted + by Jouko Holopainen (2015-06-03).