X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Futils.c;h=8d68ef603736e60c362b20b6bdb25b5a49639fb7;hb=171829b7b967fea8134c6204c9b87fc3324fb2c7;hp=1ea699d6edb921364a30d3c92e31e9ee538571b4;hpb=3c4599b9a5c12ceff19368c6cd51e01d81824726;p=lttng-tools.git diff --git a/src/common/hashtable/utils.c b/src/common/hashtable/utils.c index 1ea699d6e..8d68ef603 100644 --- a/src/common/hashtable/utils.c +++ b/src/common/hashtable/utils.c @@ -48,7 +48,8 @@ * 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 */ #include /* defines printf for tests */