Unverified Commit b3e27ad4 by Stéphane Graber Committed by GitHub

Merge pull request #3383 from brauner/2020-04-15/fixes

log: set GNU_SOURCE as it might help coverity along
parents 2c6e8985 b10cb59b
......@@ -3,6 +3,9 @@
#ifndef __LXC_LOG_H
#define __LXC_LOG_H
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <errno.h>
#include <stdarg.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