aboutsummaryrefslogtreecommitdiffstats
path: root/tools/io_uring/liburing.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-05-22 08:47:54 -0600
committerJens Axboe <axboe@kernel.dk>2019-05-23 10:25:26 -0600
commit486f069253c3c738dec62daeb16f7232b2cca065 (patch)
tree6ea46b2cf10fd39d4c782a841c927dabaaae7687 /tools/io_uring/liburing.h
parentblk-mq: fix hang caused by freeze/unfreeze sequence (diff)
downloadlinux-dev-486f069253c3c738dec62daeb16f7232b2cca065.tar.xz
linux-dev-486f069253c3c738dec62daeb16f7232b2cca065.zip
tools/io_uring: fix Makefile for pthread library link
Currently fails with: io_uring-bench.o: In function `main': /home/axboe/git/linux-block/tools/io_uring/io_uring-bench.c:560: undefined reference to `pthread_create' /home/axboe/git/linux-block/tools/io_uring/io_uring-bench.c:588: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status Makefile:11: recipe for target 'io_uring-bench' failed make: *** [io_uring-bench] Error 1 Move -lpthread to the end. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/io_uring/liburing.h')
0 files changed, 0 insertions, 0 deletions