[klibc] module-init-tools ported to klibc

Daniel Thaler daniel at dthaler.de
Mon May 23 13:50:57 PDT 2005


H. Peter Anvin wrote:
> Olaf Hering wrote:
> 
>>  On Mon, May 23, Vassilis Virvilis wrote:
>>
>>> -#include <getopt.h>
>>> +#ifndef __KLIBC__
>>> +#  include <getopt.h>
>>> +#else
>>> +#  include "mod_libc_wrapper.h"
>>> +#endif
>>
>>
>>
>> This looks bogus, better give klibc a real getopt.h
>>
> 
> Yeah, klibc really probably needs getopt_long after all.  Sigh.
> 

Not neccessarily. People who need more functionality than klibc provides
could simply use uClibc.
Its a question of what klibc is trying to be, really.

Daniel Thaler
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : http://www.vas.nu/pipermail/klibc/attachments/20050523/d8518fce/signature.bin


More information about the klibc mailing list