Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] __USE_GNU ?
@ 2011-03-03  9:19 Guillaume Dargaud
  2011-03-03  9:28 ` Baruch Siach
  2011-03-03  9:40 ` Mike Frysinger
  0 siblings, 2 replies; 3+ messages in thread
From: Guillaume Dargaud @ 2011-03-03  9:19 UTC (permalink / raw)
  To: buildroot

Hello all,
I'm trying to compile some code that uses splice/vmplice and I get:
TestSockets.c:85: error: 'SPLICE_F_GIFT' undeclared (first use in this function)
TestSockets.c:86: error: 'SPLICE_F_MOVE' undeclared (first use in this function)

I use #include <fcntl.h> in my code which includes output/host/usr/powerpc-unknown-linux-
uclibc/sysroot/usr/include/bits/fcntl.h
where I see the two corresponding defines for SPLICE_F_*, but the conditional macro __USE_GNU is not defined.

A quick googling tell me it's an internal macro to uclibc, so why is it not on ?
How do I get those two macros ?

Sure, I can define them by hand, but something's fishy.

Thanks for the clarification.
-- 
Guillaume Dargaud
http://www.gdargaud.net/

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

end of thread, other threads:[~2011-03-03  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03  9:19 [Buildroot] __USE_GNU ? Guillaume Dargaud
2011-03-03  9:28 ` Baruch Siach
2011-03-03  9:40 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox