Skip to content
Snippets Groups Projects
Commit af83df9f authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests: revert to _XOPEN_SOURCE=500 on Linux

parent 4ce71b3f
Branches
Tags
No related merge requests found
......@@ -16,7 +16,9 @@
#pragma once
#define _BSD_SOURCE
#ifdef __linux__
#define _XOPEN_SOURCE 500
#endif
#include <stdlib.h>
#include <stdarg.h>
......
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