summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-02-20 21:49:13 -0700
committerJens Axboe <axboe@kernel.dk>2020-02-20 21:49:13 -0700
commit401f8affa08e292f78386169e830fc13c7b4ff3e (patch)
tree81675e768d2ee66fc4e287ccff2f5cbe1436e849 /configure
parent0847b8aabd01510d9a0938f2fecc9fabbe3c9735 (diff)
downloadliburing-401f8affa08e292f78386169e830fc13c7b4ff3e.tar.gz
liburing-401f8affa08e292f78386169e830fc13c7b4ff3e.tar.bz2
configure: fix mis-generation of compat.h for no __kernel_rwf_t
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 95cf8cd..a52644f 100755
--- a/configure
+++ b/configure
@@ -270,7 +270,7 @@ cat > $compat_h << EOF
EOF
if test "$__kernel_rwf_t" != "yes"; then
-cat > $compat_h << EOF
+cat >> $compat_h << EOF
typedef int __kernel_rwf_t;
EOF