进程创建:函数及对应包
Posted ~花开不败~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了进程创建:函数及对应包相关的知识,希望对你有一定的参考价值。
printf:#include<stdio.h>
_exit(0):#include<unistd.h>
file(fd):#include<fcntl.h>
clone():#include<sched.h>
malloc():#include<malloc.h>
最重要的:#define _GNU_SOURCE
参考:
(1)未声明的CLONE_VM的解释:
http://stackoverflow.com/questions/22449342/clone-vm-undeclared-first-use-in-this-function
(2)#define _GNU_SOURCE解释:
http://stackoverflow.com/questions/5582211/what-does-define-gnu-source-imply
以上是关于进程创建:函数及对应包的主要内容,如果未能解决你的问题,请参考以下文章