Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.c
index f3ef93d3fd5a52bf1d8970d5d068a44cb8120541..b223ceac80f3bdab1a6ba6fd84d160802da6467e 100644 (file)
@@ -16,6 +16,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #define __USE_LINUX_IOCTL_DEFS
 #include <sys/ioctl.h>
 #include <string.h>
This page took 0.024944 seconds and 5 git commands to generate.