1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

cleanup: set _REENTRANT in header

Use same way of setting _REENTRANT as in other
files - set it in the first included header file
(clvmd-common.h)
This commit is contained in:
Zdenek Kabelac 2014-04-15 20:20:46 +02:00
parent 451a168bf8
commit 20179523e2
2 changed files with 1 additions and 3 deletions

View File

@ -87,7 +87,6 @@ include $(top_builddir)/make.tmpl
LVMLIBS += -ldevmapper
LIBS += $(PTHREAD_LIBS)
DEFS += -D_REENTRANT
CFLAGS += -fno-strict-aliasing $(EXTRA_EXEC_CFLAGS)
LDFLAGS += $(EXTRA_EXEC_LDFLAGS)

View File

@ -20,14 +20,13 @@
#include "configure.h"
#define _REENTRANT
#define _GNU_SOURCE
#define _FILE_OFFSET_BITS 64
#include "libdevmapper.h"
#include "lvm-logging.h"
#include <unistd.h>
#include <sys/stat.h>
#endif