This is the mail archive of the glibc-cvs@sourceware.org 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]

GNU C Library master sources branch master updated. glibc-2.18-654-g51942fc


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 "GNU C Library master sources".

The branch, master has been updated
       via  51942fcadbb637e579b50bcbdcd5c853c50bff4c (commit)
      from  cb756c6d686242acdc942e3d4276e399a69a6f02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=51942fcadbb637e579b50bcbdcd5c853c50bff4c

commit 51942fcadbb637e579b50bcbdcd5c853c50bff4c
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Wed Dec 18 14:29:47 2013 +0100

    Add missing deftp to fix commit 4d84e6addd62bdc256627af.

diff --git a/manual/probes.texi b/manual/probes.texi
index 437d10d..25d06e5 100644
--- a/manual/probes.texi
+++ b/manual/probes.texi
@@ -122,6 +122,7 @@ occur once per thread.  The exception is when a thread first selected
 the main arena, but a subsequent allocation from it fails: then, and
 only then, may we switch to another arena to retry that allocations, and
 for further allocations within that thread.
+@end deftp
 
 @deftp Probe memory_arena_reuse_wait (void *@var{$arg1}, void *@var{$arg2}, void *@var{$arg3})
 This probe is triggered when @code{malloc} is about to wait for an arena
@@ -137,6 +138,7 @@ isn't any free arena, the maximum number of arenas has been reached, and
 an existing arena was chosen for reuse, but its mutex could not be
 immediately acquired.  The mutex in @var{$arg1} is the mutex of the
 selected arena.
+@end deftp
 
 @deftp Probe memory_arena_reuse_free_list (void *@var{$arg1})
 This probe is triggered when @code{malloc} has chosen an arena that is

-----------------------------------------------------------------------

Summary of changes:
 manual/probes.texi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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