Re: [PATCH] aio support for uClibc

2008-07-05 Thread Bernhard Fischer
On Fri, Jul 04, 2008 at 10:00:05PM +0200, Carmelo Amoroso wrote: Cristi Magherusan wrote: Hello, You can find attached the patch that adds into librt optional support for stubs of the aio functions, as I promised a few days ago. It's mostly a copy/paste from glibc, with a few modifications

Re: [PATCH] aio support for uClibc

2008-07-05 Thread Cristi Magherusan
Hello, On Sat, 2008-07-05 at 11:26 +0200, Bernhard Fischer wrote: From a short glance, we want the exact opposite: No stubs but the real implementation. Afaik, there are no public aio_*() syscalls offered by the kernel, and even glibc has only stubs and no real implementation. Also in my POV