File reserved-identifier.patch of Package inotify-tools
From 9249c6809645a21cf345ef0a610d161a92f0586c Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@suse.de>
Date: Mon, 19 Oct 2015 16:39:07 +0200
Subject: [PATCH] Fix invalid use of reserved identifier
Identifiers starting with __ are reserved for the implementation and must
not be defined by the application.
---
libinotifytools/src/test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libinotifytools/src/test.c b/libinotifytools/src/test.c
index 7c5fc07..52959ee 100644
--- a/libinotifytools/src/test.c
+++ b/libinotifytools/src/test.c
@@ -5,7 +5,6 @@
#include "../../config.h"
-#define __USE_MISC
#include <unistd.h>
#include <stdio.h>
--
2.6.2