mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 22:17:18 +00:00
Update ChangeLog
This commit is contained in:
parent
1dc9768c1a
commit
eeb57240de
1 changed files with 4 additions and 0 deletions
|
|
@ -8707,3 +8707,7 @@
|
|||
of the VFS (only build logic, no C files yet) (2014-9-29).
|
||||
* fs/inode/inode.h and fs/driver/driver.h: Move fs/fs.h to fs/inode/inode.h
|
||||
and some to fs/driver/driver.h (2014-9-29).
|
||||
* sched/task/task_vfork.c: Fix vfork(). Now that arguments are kept on
|
||||
the stack, the way that arguments are passed from parent to child in
|
||||
vfork() must change. This bug has always been present, but was not
|
||||
visible with the old strdup() way of passing arguments (2014-9-29).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue