aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitweb/manifests
Commit message (Expand)AuthorAgeFilesLines
* clean the gitweb moduleMichael Scherer2012-01-141-17/+6
* add missing requires on apache, needed when bootstrappingMichael Scherer2011-08-191-0/+1
* add a prototype of a working gitweb moduleMichael Scherer2011-07-191-0/+36
xbuf-0-branch'>stats
path: root/mdk-stage1/dietlibc/lib/vfork.c
blob: 795cddb0515e0512ad79d546680800c16ca7aa7b (plain)
1
2
3
4
5
6
#include <linux/types.h>
#include <unistd.h>

pid_t vfork(void) {
  return fork();
}