lkml.org 
[lkml]   [2014]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] perf tools: define _DEFAULT_SOURCE for glibc_2.20
Em Fri, Sep 12, 2014 at 11:10:17AM +0900, Chanho Park escreveu:
> _BSD_SOURCE was deprecated in favour of _DEFAULT_SOURCE since glibc
> 2.20[1]. To avoid build warning on glibc2.20, _DEFAULT_SOURCE should
> also be defined.
>
> [1]: https://sourceware.org/glibc/wiki/Release/2.20

Thanks,

Applied.

> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> ---
> tools/perf/util/util.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h
> index 6686436..333d9d1 100644
> --- a/tools/perf/util/util.h
> +++ b/tools/perf/util/util.h
> @@ -39,6 +39,8 @@
>
> #define _ALL_SOURCE 1
> #define _BSD_SOURCE 1
> +/* glibc 2.20 deprecates _BSD_SOURCE in favour of _DEFAULT_SOURCE */
> +#define _DEFAULT_SOURCE 1
> #define HAS_BOOL
>
> #include <unistd.h>
> --
> 1.9.1


\
 
 \ /
  Last update: 2014-09-15 21:21    [W:0.036 / U:2.596 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site