Συντάκτης: Alexander Nasonov Ημερομηνία: Προς: Zoltán Herczeg Υ/ο: pcre-dev Αντικείμενο: 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.