[uClibc]Re: updated diff vs cvs 01/09/01 am

Manuel Novoa III mnovoa3 at bellsouth.net
Thu Jan 11 14:50:57 UTC 2001


Erik,

On Thu, 11 Jan 2001, you wrote:
> I just checked in your patch.  Looks like some fine work.

Thanks.  Just to make sure I was in sync I did a brand new cvs checkout and
noticed a couple of problems.

1) gcc-uClibc is in both the topdir and in extra -- keep the one in extra?

2) Files which are built and shouldn't be in cvs:
    extra/gcc-uClibc/gcc-uClibc-i386
    extra/gcc-uClibc/gcc-uClibc.h
    sysdeps/linux/common/unified_syscall.h

3) A small patch is appended below which does the following:
    pwd_grp/getpass.c  -- #include <string.h> , make buf static since returned,
        and fix possible strlen(NULL) call
    stdlib/qsort.c -- do assert since Rules.mak knows about NDEBUG now
    unistd/getpass.c -- remove extra #include and fix possible strlen(NULL) call

I thought #3 was in the big diff I sent, but I could be wrong.  In any case,
those were the only differences from my current tree.

> Yes, I am interested in seeing what you did to uClibc malloc.  Mainly because
> uClinux (lacking an MMU) cannot use brk/sbrk and so must rely on mmap based
> malloc routines.

Ok.  I'll sort that stuff out and post a patch later today.

Manuel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixes.gz
Type: application/x-gzip
Size: 856 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20010111/1f1d05e5/attachment.bin 


More information about the uClibc mailing list