Re: clone()
Felix von Leitner <[email protected]> Tue, 20 Dec 2011 06:13:28 +0100
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
> The declaration for clone() in sched.h is not consistent with the > linux man page. How to return an int from fn? And which .c file has > the source? (There is no clone.c) There is no .c file, it's assembler. I'll update the prototype. Felix