Whamcloud - gitweb
AOSP: _GNU_SOURCE must be defined before any #include.
authorElliott Hughes <enh@google.com>
Mon, 5 Dec 2016 21:33:29 +0000 (13:33 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 24 May 2017 02:31:06 +0000 (22:31 -0400)
commita3d753f36f517d9fd98df5a5e51ed01361e6c997
tree1dc56b0ef84892a6e219be2d8ce22b0098a943d8
parente2ddfccfb6f2ffd2bdd62f55de1b5f16fc936288
AOSP: _GNU_SOURCE must be defined before any #include.

Fixes the "asprintf undeclared" warning in this code.

Bug: N/A
Test: builds
Change-Id: I42e1bfbdbc0391c5e5d7908204f9064ec858c84d
From AOSP commit: 1ebca4b43115846af705bd320bccb8f930e328c8

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
contrib/android/block_range.c