X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftrace_event.c;h=a605901327531534c38a7a6ff1231ba70d5b6b13;hb=b0c4126fca44c9fdc9b350ce0e896ec2818fbb3e;hp=26157e245e032b8c9618b63ba2e437ab926756e4;hpb=3b297856588b77dcd20ad7497ee46ab68c94c4d9;p=ust.git diff --git a/libust/trace_event.c b/libust/trace_event.c index 26157e2..a605901 100644 --- a/libust/trace_event.c +++ b/libust/trace_event.c @@ -3,8 +3,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 @@ -17,15 +17,15 @@ * */ +#define _LGPL_SOURCE #include #include #include #include -#include "usterr.h" - -#define _LGPL_SOURCE #include +#include "usterr_signal_safe.h" + /* libraries that contain trace_events (struct trace_event_lib) */ static CDS_LIST_HEAD(libs);