[klibc] module-init-tools ported to klibc

Olaf Hering olh at suse.de
Mon May 23 08:15:04 PDT 2005


 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



More information about the klibc mailing list