[klibc] module-init-tools ported to klibc

H. Peter Anvin hpa at zytor.com
Mon May 23 08:24:28 PDT 2005


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.

	-hpa



More information about the klibc mailing list