]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/strace.c
tpm: remove unnecessary #ifdef CONFIG_TPM
[mirror_qemu.git] / linux-user / strace.c
index d821d165ff97a41a3125f8154839fcba808ba198..bd897a3f20a999dde8ae32f44e5c9941f01e370e 100644 (file)
@@ -837,6 +837,10 @@ UNUSED static struct flags open_flags[] = {
 #endif
 #ifdef O_PATH
     FLAG_TARGET(O_PATH),
+#endif
+#ifdef O_TMPFILE
+    FLAG_TARGET(O_TMPFILE),
+    FLAG_TARGET(__O_TMPFILE),
 #endif
     FLAG_END,
 };