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.22-378-g90b2517


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  90b2517115a56ca9f5625f3e16c2629deeac55a9 (commit)
      from  f463c7b1839e2df5da0cd1fb6fe197f982b68765 (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=90b2517115a56ca9f5625f3e16c2629deeac55a9

commit 90b2517115a56ca9f5625f3e16c2629deeac55a9
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Wed Oct 14 11:34:20 2015 -0400

    include/stap-probe.h: Fix formatting.
    
    Fix macro indentation.

diff --git a/ChangeLog b/ChangeLog
index 652c5d2..ce82600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-14  Carlos O'Donell  <carlos@redhat.com>
+
+	* include/stap-probe.h: Fix macro definition formatting.
+
 2015-10-14  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #19074]
diff --git a/include/stap-probe.h b/include/stap-probe.h
index 433b8fd..eb22723 100644
--- a/include/stap-probe.h
+++ b/include/stap-probe.h
@@ -57,13 +57,13 @@
 
 # ifndef __ASSEMBLER__
 /* Evaluate all the arguments and verify that N matches their number.  */
-#define LIBC_PROBE(name, n, ...) STAP_PROBE##n (__VA_ARGS__)
+#  define LIBC_PROBE(name, n, ...) STAP_PROBE##n (__VA_ARGS__)
 
-#define STAP_PROBE0()
-#define STAP_PROBE1(a1)
-#define STAP_PROBE2(a1, a2)
-#define STAP_PROBE3(a1, a2, a3)
-#define STAP_PROBE4(a1, a2, a3, a4)
+#  define STAP_PROBE0()
+#  define STAP_PROBE1(a1)
+#  define STAP_PROBE2(a1, a2)
+#  define STAP_PROBE3(a1, a2, a3)
+#  define STAP_PROBE4(a1, a2, a3, a4)
 
 # else
 #  define LIBC_PROBE(name, n, ...)		/* Nothing.  */

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

Summary of changes:
 ChangeLog            |    4 ++++
 include/stap-probe.h |   12 ++++++------
 2 files changed, 10 insertions(+), 6 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]