Re: [pcre-dev] Compile into kernel module

Startseite
Nachricht löschen
Autor: Alexander Nasonov
Datum:  
To: Zoltán Herczeg
CC: pcre-dev
Betreff: 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