X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Futils.c;fp=src%2Fcommon%2Fhashtable%2Futils.c;h=8d68ef603736e60c362b20b6bdb25b5a49639fb7;hp=3c6994b1d0a98c0a9da5c5905c5de9a3b1e87e7d;hb=890d8fe47755c3bad936389cf48ffa141cff41c9;hpb=b7d2e95f49f3b34c9f00a0fb4d9de10bba056180 diff --git a/src/common/hashtable/utils.c b/src/common/hashtable/utils.c index 3c6994b1d..8d68ef603 100644 --- a/src/common/hashtable/utils.c +++ b/src/common/hashtable/utils.c @@ -48,7 +48,7 @@ * with 12*3 instructions on 3 integers than you can with 3 instructions on 1 * byte), but shoehorning those bytes into integers efficiently is messy. */ -#define _GNU_SOURCE + #define _LGPL_SOURCE #include #include /* defines uint32_t etc */