This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FreeBSD port (2): make it compile without linuxthreads


> From: Bruno Haible <bruno@clisp.org>
>
> diff -r -c3 glibc-20020627.bak/malloc/hooks.c glibc-20020627/malloc/hooks.c
> --- glibc-20020627.bak/malloc/hooks.c	Thu Apr  4 20:11:23 2002
> +++ glibc-20020627/malloc/hooks.c	Fri Jul  5 01:17:06 2002
> @@ -532,7 +532,7 @@
>    ms->check_action = check_action;
>    ms->max_sbrked_mem = main_arena.max_system_mem;
>  #ifdef NO_THREADS
> -  ms->max_total_mem = max_total_mem;
> +  ms->max_total_mem = mp_.max_total_mem;
>  #else
>    ms->max_total_mem = 0;
>  #endif

Yes, this is Ok -- obvious typo.

Thanks,
Wolfram.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]