Re: a fork-like C-wrapper for clone(), DONE!

H. Peter Anvin (hpa@zytor.com)
25 Apr 2001 12:31:31 -0700


Followup to: <9c77p7$upd$1@cesium.transmeta.com>
By author: "H. Peter Anvin" <hpa@zytor.com>
In newsgroup: linux.dev.kernel
>
> glibc already contains such a wrapper; it is called __clone(). At
> least my system has "man clone" show the man page for it.
>

Actually, the man page is wrong, it's called clone() unless you define
a function with that name yourself (weak symbol.) My version of the
man pages are a bit old.

-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/