Remove unused patch

This commit is contained in:
Eric Sandeen 2019-08-16 10:26:39 -05:00
parent e6f837b5cb
commit 25718d5151

View File

@ -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