Re: [pcre-dev] Compile into kernel module

Página Principal
Apagar esta mensagem
Autor: Alexander Nasonov
Data:  
Para: Zoltán Herczeg
CC: pcre-dev
Assunto: Re: [pcre-dev] Compile into kernel module
Zoltán Herczeg wrote:
> As PCRE is a simple C library, there shouldn't be any problem to
> compile it under any environment, except some symbol clashes.


These clashes are not always trivial. For example, kmem_free(9) wants
a size. I use malloc(9)/free(9) which is more close to libc equivallent.

Alex