1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

lvmlockd: drop superfluous defines

These defines are automatically granted with _GNU_SOURCE
which is use for whole compilation via configure.h.
This commit is contained in:
Zdenek Kabelac 2018-12-21 11:16:05 +01:00
parent 71af650760
commit a3fe619552

View 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"