On Tue, 25 Apr 2000, Lionel Ulmer wrote:

> Well, on my system :
> 
> nexus6:/home/ulmer$ nm /lib/libc.so.6 | grep fork
> 0005e5e0 T __fork
> 0005e620 T __vfork
> 0005e5e0 W fork
> 0005e620 W vfork
> 
> nexus6:/home/ulmer$ nm /usr/local/glibc_2.1.3/lib/libc.so.6 | grep fork
> 000802b0 W __fork
> 000802b0 T __libc_fork
>          U __pthread_atfork
> 000802f0 T __vfork
> 000802b0 W fork
> 00053424 t free_atfork
> 00053290 t malloc_atfork
> 000802f0 W vfork
> 
> This means that this patch only works for users with glibc
> 2.1.x... (so, no, this certainly does not solve my problem :-) ).

Oups, perhaps I should wrap with #if __GLIBC_MINOR__ == 1
or something like that?

Reply via email to