[uClibc]printf("hello, world.\n");

Erik Andersen andersen at lineo.com
Tue Jun 27 00:00:36 UTC 2000


On Mon Jun 26, 2000 at 05:35:30PM -0600, John BEPPU wrote:
> I am going to hax0r uclibc beyond recognition.
> thank you.

Hehe.  go to.  BTW, the header files in uclibc are horked.  As an example of
how they _should_ be done, GNU libc is an excellent example.  It cleanly
seperates a libc datatypes from kernel data types (which is a good thing).

Also, the sysdeps directory in uclibc is horked.  GNU libc, for example,
cleanly seperates the platform dependant, and arch dependant code.  Right now
the platform dependant code in uclibc is all sortof glommed together.

If you can spend a bit of time reworking sysdeps, and fixing the header files,
that would be very cool.

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the uClibc mailing list