summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-10-15 13:39:40 +0000
committernetchild <netchild@FreeBSD.org>2006-10-15 13:39:40 +0000
commita9266094f229bf84c1ae8256db9430654c62c7cf (patch)
tree257dc151bdee49b06995faf6c25efa4125ee5e79 /sys/i386/linux/linux.h
parent96943a3038c519b8691cf9c12a24a05f0c5b1774 (diff)
downloadFreeBSD-src-a9266094f229bf84c1ae8256db9430654c62c7cf.zip
FreeBSD-src-a9266094f229bf84c1ae8256db9430654c62c7cf.tar.gz
MFP4 (106538 + 106541):
Implement CLONE_VFORK. This fixes the clone05 LTP test. Submitted by: rdivacky
Diffstat (limited to 'sys/i386/linux/linux.h')
-rw-r--r--sys/i386/linux/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index ba91a5a..9ad9353 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -793,6 +793,7 @@ typedef int l_mqd_t;
#define CLONE_FILES 0x400
#define CLONE_SIGHAND 0x800
#define CLONE_PID 0x1000 /* this flag does not exist in linux anymore */
+#define CLONE_VFORK 0x4000
#define CLONE_PARENT 0x00008000
#define CLONE_THREAD 0x10000
#define CLONE_SETTLS 0x80000
OpenPOWER on IntegriCloud