Update ChangeLog
This commit is contained in:
parent
d8db596b3b
commit
f4dde423c9
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user