qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 13/22] bsd-user/bsd-file.h: Implementation details for the fi


From: Richard Henderson
Subject: Re: [PATCH 13/22] bsd-user/bsd-file.h: Implementation details for the filesystem calls
Date: Wed, 2 Feb 2022 04:43:12 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/1/22 22:14, Warner Losh wrote:
+#ifndef BSD_FILE_H_
+#define BSD_FILE_H_
+
+#include <sys/types.h>
+#include <sys/mount.h>
+#include <sys/uio.h>
+#include <fcntl.h>
+#include <poll.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>

Many of these should be done by "qemu/osdep.h" already. Otherwise I question putting them into this header, as opposed to as needed by other syscall handling c files.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]