From: Mathieu Desnoyers Date: Wed, 9 Nov 2011 15:29:00 +0000 (-0500) Subject: Add missing core.c file X-Git-Tag: v1.9.1~116 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7df753215dc4ad6339f8691e45ac72c28f65b0ed;p=lttng-ust.git Add missing core.c file Signed-off-by: Mathieu Desnoyers --- diff --git a/snprintf/core.c b/snprintf/core.c new file mode 100644 index 00000000..cbacdb54 --- /dev/null +++ b/snprintf/core.c @@ -0,0 +1,23 @@ +/* + * core.c + * + * Copyright (C) 2011 Mathieu Desnoyers + * + * 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; only + * 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include + +volatile enum ust_loglevel ust_loglevel;