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

Branch b1_x_lnet_gate

Avoid compiler warning if _GNU_SOURCE is #defined already by Makefile.
parent b3353068
No related merge requests found
......@@ -8,7 +8,9 @@
* Lustre is a trademark of Cluster File Systems, Inc.
*
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <pthread.h>
#include <poll.h>
#include <lnet/lib-lnet.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