]> sourceware.org Git - lvm2.git/commitdiff
lvmlockd: drop superfluous defines
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 21 Dec 2018 10:16:05 +0000 (11:16 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 21 Dec 2018 20:42:30 +0000 (21:42 +0100)
These defines are automatically granted with _GNU_SOURCE
which is use for whole compilation via configure.h.

daemons/lvmlockd/lvmlockd-core.c

index 1c58d4dce0f2e86b2a72b0d5ad5a4d017833a200..e643d767cd97a1d710dd6869cf4598a6ff3356c5 100644 (file)
@@ -8,9 +8,6 @@
  * of the GNU Lesser General Public License v.2.1.
  */
 
-#define _XOPEN_SOURCE 500  /* pthread */
-#define _ISOC99_SOURCE
-
 #include "tools/tool.h"
 
 #include "libdaemon/client/daemon-io.h"
This page took 0.040638 seconds and 5 git commands to generate.