The following changes since commit be26a9823261c15c6e737e2e6c8762423cf325b8: t/io_uring: stop when max number of files is reached (2019-03-06 08:24:38 -0700) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 44364a9937d01825557f4a7d78c6f153886e1115: engines/skeleton_external: update gcc incantation (2019-03-07 16:54:54 -0700) ---------------------------------------------------------------- Jens Axboe (1): engines/skeleton_external: update gcc incantation engines/skeleton_external.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/engines/skeleton_external.c b/engines/skeleton_external.c index 21a36018..1b6625b2 100644 --- a/engines/skeleton_external.c +++ b/engines/skeleton_external.c @@ -3,7 +3,7 @@ * * Should be compiled with: * - * gcc -Wall -O2 -g -shared -rdynamic -fPIC -o skeleton_external.o skeleton_external.c + * gcc -Wall -O2 -g -D_GNU_SOURCE -include ../config-host.h -shared -rdynamic -fPIC -o skeleton_external.o skeleton_external.c * (also requires -D_GNU_SOURCE -DCONFIG_STRSEP on Linux) * */