We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7197b9 commit 5b166bcCopy full SHA for 5b166bc
fork/vfork.c
@@ -8,7 +8,8 @@
8
* was used since a child is not supposed to use the parent's process address
9
* space any other way than to exec() or _exit(). By using the return operator,
10
* the parent's stack would be changed. _exit() is used in favour of exit() to
11
- * avoid any atexit() routines to be called on behalf of the child.
+ * avoid any atexit() routines to be called on behalf of the child and also
12
+ * to avoid flushing the IO buffers.
13
*
14
* (c) [email protected]
15
*/
0 commit comments