|
From: Julian S. <js...@ac...> - 2012-08-23 18:22:57
|
On Monday, August 20, 2012, Lionel Cons wrote: > On 20 August 2012 14:25, Julian Seward <js...@ac...> wrote: > > On Monday, August 20, 2012, Lionel Cons wrote: > >> On 20 August 2012 12:40, <sv...@va...> wrote: > >> > sewardj 2012-08-20 11:40:02 +0100 (Mon, 20 Aug 2012) > >> > > >> > New Revision: 12883 > >> > > >> > Log: > >> > Fix POST(posix_spawn) on Darwin so it marks the returned pid as > >> > defined. > >> > >> Is posix_spawn() a system call on Darwin? > > > > Yes it is. > > Where can I find the source of the kernel and libc implementation? http://www.opensource.apple.com/ Note that the kernel is called 'xnu' and so you need the 'xnu' and 'Libc' tarballs. J |