projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34bf708
)
Evas common: Use _GNU_SOURCE instead of __USE_GNU.
author
Tom Hacohen
<tom@stosb.com>
Tue, 15 Mar 2011 14:23:07 +0000
(14:23 +0000)
committer
Tom Hacohen
<tom@stosb.com>
Tue, 15 Mar 2011 14:23:07 +0000
(14:23 +0000)
Thanks to aissen for letting us know.
SVN revision: 57764
legacy/evas/src/lib/include/evas_common.h
patch
|
blob
|
history
diff --git
a/legacy/evas/src/lib/include/evas_common.h
b/legacy/evas/src/lib/include/evas_common.h
index 07203c38ef1b6348e1d41d96be0ec56993998f5a..81849a6966600471a3d8f3afec49fca3a42e587f 100644
(file)
--- a/
legacy/evas/src/lib/include/evas_common.h
+++ b/
legacy/evas/src/lib/include/evas_common.h
@@
-119,8
+119,8
@@
extern EAPI int _evas_log_dom_global;
#ifdef BUILD_PTHREAD
-#ifndef _
_USE_GNU
-#define _
_USE_GNU
+#ifndef _
GNU_SOURCE
+#define _
GNU_SOURCE
#endif
# include <pthread.h>