mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Update ChangeLog
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user