Skip to content
Snippets Groups Projects
Commit a5a78fbf authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_8_gate

Quiet compiler warnings due to duplicate #define of _GNU_SOURCE.
parent b4e88b2d
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
*/ */
/* Safely read the last_rcvd file from a device */ /* Safely read the last_rcvd file from a device */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE #define _GNU_SOURCE
#endif
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment