summaryrefslogtreecommitdiff
path: root/tryvfork.c
blob: cc396997218f18ef59cd2e952d7b120d64595c0e (plain)
1
2
3
4
main()
{
  vfork();
}