Unverified Commit da23a3c5 by Christian Brauner Committed by Stéphane Graber

log: set GNU_SOURCE as it might help coverity along

parent f576850d
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
#ifndef __LXC_LOG_H #ifndef __LXC_LOG_H
#define __LXC_LOG_H #define __LXC_LOG_H
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <errno.h> #include <errno.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment