mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Update ChangeLog
This commit is contained in:
@@ -10532,3 +10532,9 @@
|
|||||||
before returning. Noted by Freddie Chopin (2015-06-03).
|
before returning. Noted by Freddie Chopin (2015-06-03).
|
||||||
* Networking: Modify how callback structures are stored to avoid
|
* Networking: Modify how callback structures are stored to avoid
|
||||||
another potential use of a stal pointer (2015-06-03).
|
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user