Re: [PATCH] tools: testing: define the _GNU_SOURCE macro

2016-05-16 Thread Shuah Khan
On 05/16/2016 08:02 AM, Muhammad Falak R Wani wrote: > On Mon, May 16, 2016 at 07:27:25AM -0600, Shuah Khan wrote: >> On 05/13/2016 06:05 AM, Muhammad Falak R Wani wrote: >>> Add the macro _GNU_SOURCE, so that compilation does not terminate. >> >> What error are you seeing? Could you please send th

Re: [PATCH] tools: testing: define the _GNU_SOURCE macro

2016-05-16 Thread Muhammad Falak R Wani
On Mon, May 16, 2016 at 07:27:25AM -0600, Shuah Khan wrote: > On 05/13/2016 06:05 AM, Muhammad Falak R Wani wrote: > > Add the macro _GNU_SOURCE, so that compilation does not terminate. > > What error are you seeing? Could you please send the compilation > error log. > > thanks, > -- Shuah > > >

Re: [PATCH] tools: testing: define the _GNU_SOURCE macro

2016-05-16 Thread Shuah Khan
On 05/13/2016 06:05 AM, Muhammad Falak R Wani wrote: > Add the macro _GNU_SOURCE, so that compilation does not terminate. What error are you seeing? Could you please send the compilation error log. thanks, -- Shuah > > Signed-off-by: Muhammad Falak R Wani > --- > tools/testing/selftests/intel_

[PATCH] tools: testing: define the _GNU_SOURCE macro

2016-05-13 Thread Muhammad Falak R Wani
Add the macro _GNU_SOURCE, so that compilation does not terminate. Signed-off-by: Muhammad Falak R Wani --- tools/testing/selftests/intel_pstate/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/intel_pstate/run.sh b/tools/testing/selftests/intel