liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / compat / compat-fcntl.c
index c6c6b4e994962d84c353eaad21bb2013dfca9b4d..bc014d6404df4f1a78f71a0783d4b4ab6b47656a 100644 (file)
@@ -1,22 +1,13 @@
 /*
- * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
+ * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, version 2 only,
- * as published by the Free Software Foundation.
+ * SPDX-License-Identifier: GPL-2.0-only
  *
- * This program 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 General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #define _LGPL_SOURCE
 #include <common/compat/fcntl.h>
+#include <common/macros.h>
 #include <unistd.h>
 
 #ifdef __linux__
This page took 0.023752 seconds and 4 git commands to generate.