Created attachment 3157 [details] config file used System : linux 2.6.37.6 GCC : 4.4.3 When I try to build uClibc 0.9.32-rc3 with the attached config file, GCC fails and reports the following errors : libc/sysdeps/linux/common/__rt_sigwaitinfo.c:86: error: 'sigwaitinfo' undeclared here (not in a function) libc/sysdeps/linux/common/__rt_sigwaitinfo.c:86: warning: type defaults to 'int' in declaration of 'sigwaitinfo' libc/sysdeps/linux/common/__rt_sigwaitinfo.c:87: error: 'sigwaitinfo' redeclared as different kind of symbol libc/sysdeps/linux/common/__rt_sigwaitinfo.c:86: note: previous declaration of 'sigwaitinfo' was here make: *** [libc/sysdeps/linux/common/__rt_sigwaitinfo.os] Erreur 1
Hi, Fixes in 3818c3a0b6465dcc4952a13fde83d22716a82ffc and 221464c9c4227810de9f027c3ace63805480d723 on current master. Thanks for the report!