摘要: #define __LIBRARY__#include #include time.h>/* * we need this inline - forking from kernel space will result * in NO COPY ON WRITE (!!!), until an execve is executed. This * is no problem, but for the stack. This is handled by not letting * main() use the stack at all after fork(). Thus, no funct 阅读全文
posted @ 2010-10-23 09:26 Proteas 阅读(473) 评论(0) 推荐(0) 编辑