X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftracepoint.c;h=737e5f5c96c2adc63e6ead4b4aec9fe73efbc1d3;hb=ebb0b9c112a0583504922a9451571b648d67a6de;hp=1c4669b535890a444bacbd0805a509fb05c5f38f;hpb=b979b3468dc6a9329288f53ce568815617780d9c;p=ust.git diff --git a/libust/tracepoint.c b/libust/tracepoint.c index 1c4669b..737e5f5 100644 --- a/libust/tracepoint.c +++ b/libust/tracepoint.c @@ -4,8 +4,8 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * License as published by the Free Software Foundation; + * version 2.1 of the License. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,16 +19,16 @@ * Ported to userspace by Pierre-Marc Fournier. */ +#define _LGPL_SOURCE #include #include #include #include -#include "usterr_signal_safe.h" - -#define _LGPL_SOURCE #include #include +#include "usterr_signal_safe.h" + //extern struct tracepoint __start___tracepoints[] __attribute__((visibility("hidden"))); //extern struct tracepoint __stop___tracepoints[] __attribute__((visibility("hidden")));