commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] glibc maintenance tag, cvs/fedora-glibc-2_3_90-20, created. glibc-


From: Thomas Schwinge
Subject: [SCM] glibc maintenance tag, cvs/fedora-glibc-2_3_90-20, created. glibc-2.3.3-1350-g20a9110
Date: Wed, 26 May 2010 18:09:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".

The tag, cvs/fedora-glibc-2_3_90-20 has been created
        at  20a911071d1cfaf7d20d088efe9ede27c5809c09 (commit)

- Log -----------------------------------------------------------------
commit 20a911071d1cfaf7d20d088efe9ede27c5809c09
Author: Jakub Jelinek <address@hidden>
Date:   Tue Dec 20 10:59:21 2005 +0000

        * malloc/mtrace.c (__libc_malloc, __libc_free, __libc_realloc,
        __libc_memalign): Add prototypes and libc_hidden_proto resp.
        defines for !_LIBC.
        (tr_freehook): Call __libc_free instead of free.
        (tr_mallochook): Call __libc_malloc instead of malloc.
        (tr_reallochook): Call __libc_realloc instead of realloc.
        (tr_memalignhook): Call __libc_memalign instead of memalign.
        * malloc/mcheck.c: Include stdlib.h.
        (__libc_malloc, __libc_free, __libc_realloc,
        __libc_memalign): Add prototypes and libc_hidden_proto resp.
        defines for !_LIBC.
        (freehook): Call __libc_free instead of free.
        (mallochook): Call __libc_malloc instead of malloc.
        (reallochook): Call __libc_realloc instead of realloc.
        (memalignhook): Call __libc_memalign instead of memalign.
        (mcheck): Call __libc_malloc and __libc_free instead of
        malloc and free.
-----------------------------------------------------------------------


hooks/post-receive
-- 
glibc maintenance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]