On x86, clone() should not be called through vsyscall,

but directly through "int $0x80".
This commit is contained in:
Michael Kerrisk 2006-02-03 03:32:38 +00:00
parent e7ac5f2681
commit a5a997ca09
1 changed files with 5 additions and 0 deletions

View File

@ -632,6 +632,11 @@ flag implied the
.B CLONE_PARENT
flag (as in kernel 2.6).
On x86,
.BR clone ()
should not be called through vsyscall, but directly through
.IR "int $0x80" .
.SH "CONFORMING TO"
The
.BR clone ()