mirror of git://sourceware.org/git/glibc.git
include/stap-probe.h: Fix formatting.
Fix macro indentation.
This commit is contained in:
parent
f463c7b183
commit
90b2517115
|
@ -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>
|
2015-10-14 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #19074]
|
[BZ #19074]
|
||||||
|
|
|
@ -57,13 +57,13 @@
|
||||||
|
|
||||||
# ifndef __ASSEMBLER__
|
# ifndef __ASSEMBLER__
|
||||||
/* Evaluate all the arguments and verify that N matches their number. */
|
/* 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_PROBE0()
|
||||||
#define STAP_PROBE1(a1)
|
# define STAP_PROBE1(a1)
|
||||||
#define STAP_PROBE2(a1, a2)
|
# define STAP_PROBE2(a1, a2)
|
||||||
#define STAP_PROBE3(a1, a2, a3)
|
# define STAP_PROBE3(a1, a2, a3)
|
||||||
#define STAP_PROBE4(a1, a2, a3, a4)
|
# define STAP_PROBE4(a1, a2, a3, a4)
|
||||||
|
|
||||||
# else
|
# else
|
||||||
# define LIBC_PROBE(name, n, ...) /* Nothing. */
|
# define LIBC_PROBE(name, n, ...) /* Nothing. */
|
||||||
|
|
Loading…
Reference in New Issue