On 12/02/2011 5.49, Rich Felker wrote:
> Greetings,
> 
> I'm pleased to announce the first public release of musl, some
> friendly competition for uClibc. musl is a new Linux libc developed
> almost entirely from scratch over the past five years, sharing some
> goals in common with uClibc and differing radically in others.
> 

Hi,
I've tried to compile proftpd 1.3.3d
I've found two minor issues in musl and two in proftpd

strcasecmp and strncasecmp in string.h
do not require _GNU_SOURCE (according to linux manpage)
only strchrnul requires it

syslog.h misses some defines, in this case:


#define LOG_PRIMASK 0x07    /* mask to extract priority part (internal) */
#define LOG_FACMASK 0x03f8  /* mask to extract facility part */

maybe also others

Regards



-- 
Gianluigi Tiesi <[email protected]>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to