]> sourceware.org Git - systemtap.git/commitdiff
Fix PR18769 by moving @__compat_task() macro.
authorMartin Cermak <mcermak@redhat.com>
Tue, 4 Aug 2015 14:58:56 +0000 (16:58 +0200)
committerMartin Cermak <mcermak@redhat.com>
Tue, 4 Aug 2015 14:58:56 +0000 (16:58 +0200)
Moved the @__compat_task() macro from tapset/linux/syscalls.stpm
to tapset/macros.stpm so that both kernel and dyninst runtimes
can consume it.

tapset/linux/syscalls.stpm
tapset/macros.stpm

index 83c515384bb1372cbedba7d6de009d1a8bf0335f..0a6d5cca0f0f57cc84fbe2578944d529ea731559 100644 (file)
        %)
 %)
 
-@define __compat_task
-%(
-       %{ /* pure */ _stp_is_compat_task() %}
-%)
-
 @define __BIG_ENDIAN
 %(
 %{ /* pure */
index 7b480afe8fdaa955e340aa3c8e5443405a7aed7b..fc86cff1f26d9f004e29d1c2ca9bfac5e9034f3f 100644 (file)
@@ -3,3 +3,8 @@
 %(
        %{ /* pure */ /* unprivileged */ MAXSTRINGLEN %}
 %)
+
+@define __compat_task
+%(
+       %{ /* pure */ _stp_is_compat_task() %}
+%)
This page took 0.027799 seconds and 5 git commands to generate.