projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30905cf
)
Fix missing _GNU_SOURCE define
author
David Goulet
<dgoulet@efficios.com>
Tue, 6 Mar 2012 15:44:55 +0000
(10:44 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 6 Mar 2012 15:44:55 +0000
(10:44 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/compat/compat-poll.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/compat/compat-poll.c
b/src/common/compat/compat-poll.c
index 51bf22c865ddd6dff74359e39e54e5a8adf22e94..5aae4c4491bc95c8581204ef68326de98876f52d 100644
(file)
--- a/
src/common/compat/compat-poll.c
+++ b/
src/common/compat/compat-poll.c
@@
-15,6
+15,7
@@
* Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#define _GNU_SOURCE
#include <stdlib.h>
#include <sys/resource.h>
#include <sys/time.h>
This page took
0.025944 seconds
and
4
git commands to generate.