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-672-ge81c64b


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  e81c64bba13d2d8b2a4e53254a82cc80f27c8497 (commit)
      from  b627fdd58554bc36bd344dc40a8787c4b7a9cc46 (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=e81c64bba13d2d8b2a4e53254a82cc80f27c8497

commit e81c64bba13d2d8b2a4e53254a82cc80f27c8497
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Thu Dec 19 10:51:50 2013 -0800

    Fix white space as well.

diff --git a/elf/dl-misc.c b/elf/dl-misc.c
index ad2d8ac..b529af3 100644
--- a/elf/dl-misc.c
+++ b/elf/dl-misc.c
@@ -396,7 +396,7 @@ __signal_safe_memalign (size_t boundary, size_t size)
     boundary = sizeof (*header);
 
   /* Boundary must be a power of two.  */
-  if (!powerof2(boundary))
+  if (!powerof2 (boundary))
     return NULL;
 
   size_t pg = GLRO (dl_pagesize);

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

Summary of changes:
 elf/dl-misc.c |    2 +-
 1 files changed, 1 insertions(+), 1 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]