All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gobi: Add missing _GNU_SOURCE
@ 2015-11-13 23:00 Petr Vorel
  2015-11-16 15:32 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2015-11-13 23:00 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

as we're using O_CLOEXEC

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 plugins/gobi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/gobi.c b/plugins/gobi.c
index 4daa459..061ee04 100644
--- a/plugins/gobi.c
+++ b/plugins/gobi.c
@@ -23,6 +23,7 @@
 #include <config.h>
 #endif
 
+#define _GNU_SOURCE
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
-- 
1.8.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-16 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13 23:00 [PATCH] gobi: Add missing _GNU_SOURCE Petr Vorel
2015-11-16 15:32 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.