Re: [PATCH] aio support for uClibc

2008-07-07 Thread Carmelo AMOROSO
Cristi Magherusan wrote: > 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

[PATCH] uClibc_mutex.h: do not include pthread.h

2008-07-07 Thread Carmelo AMOROSO
Hi All, after having merged recent uClibc_mutex.h into nptl branch I've seen a problem in building 'dvdr-tools' application. The problem is that a source file of this application use a variable "BOOL clone". This source includes stdio.h -> uClibc_stdio.h -> uClibc_mutex.h -> pthread.h -> sched.

libc_hidden_proto removal en masse

2008-07-07 Thread Denys Vlasenko
Hi, Seems like removal of libc_hidden_proto's for functions from string.h went without major catastrophes. I would like to go ahead and remove all other libc_hidden_proto's from .c files. I plan to do it on coming weekend. If this will interfere with your work, please let me know before Friday.