From 25718d5151f689c9905e296fc01a0c644b98feb7 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Aug 16 2019 15:26:39 +0000 Subject: Remove unused patch --- diff --git a/fio-3.14-no-redef-gettid.patch b/fio-3.14-no-redef-gettid.patch deleted file mode 100644 index bcd055d..0000000 --- a/fio-3.14-no-redef-gettid.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- fio-3.14/os/os-linux.h.orig 2019-05-22 17:29:16.413054806 -0500 -+++ fio-3.14/os/os-linux.h 2019-05-22 17:29:20.977241736 -0500 -@@ -124,11 +124,6 @@ - return syscall(__NR_ioprio_set, which, who, ioprio); - } - --static inline int gettid(void) --{ -- return syscall(__NR_gettid); --} -- - #define SPLICE_DEF_SIZE (64*1024) - - #ifndef BLKGETSIZE64