summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1709170
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1709170')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/170917012
1 files changed, 0 insertions, 12 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1709170 b/results/classifier/deepseek-2-tmp/output/other/1709170
deleted file mode 100644
index bd68ec05a..000000000
--- a/results/classifier/deepseek-2-tmp/output/other/1709170
+++ /dev/null
@@ -1,12 +0,0 @@
-
-QEMU fails to honor O_TMPFILE
-
-When making a call like
-
-  open("/tmp", O_TMPFILE | O_RDWR);
-
-under QEMU, we ged -EISDIR.
-
-Under any kernel 3.11 or later, we are supposed to get an unnamed file in /tmp. In case the filesystem for /tmp does not support unnamed files, we are supposed to get EOPNOTSUPP.
-
-[I don't know the QEMU version, since this happened in a system I don't have access to]
\ No newline at end of file