Use '_GNU_SOURCE' instead of '__USE_GNU' 44/53044/2
authorSangyoon Jang <s89.jang@samsung.com>
Tue, 1 Dec 2015 06:29:40 +0000 (15:29 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Tue, 1 Dec 2015 06:54:06 +0000 (15:54 +0900)
commit292c805e352186e9da1a560d4a02b2908981389c
tree5ae0ec0e1d60abdc9e3305417b5847bdd4552c93
parent607990c01ea326407546bdae631986c76e915054
Use '_GNU_SOURCE' instead of '__USE_GNU'

__USE_GNU is not intended to be used outside glibc headers, it is
defined internally.
if it defined our source, it can break glibc headers.

Change-Id: Id47e24264f40501116f1e11854d09c9c27c15088
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
inc/launchpad_common.h
src/launchpad.c
src/launchpad_common.c