On 2/21/23 13:48, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau <marcandre.lur...@redhat.com>

The API is specific to win32.

Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com>
Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>

The idea was to use for socket ioctls that are common to POSIX and Windows, but it turns out there's no such usecase.

Paolo

---
  include/sysemu/os-posix.h | 1 -
  1 file changed, 1 deletion(-)

diff --git a/include/sysemu/os-posix.h b/include/sysemu/os-posix.h
index 58de7c994d..378213fc86 100644
--- a/include/sysemu/os-posix.h
+++ b/include/sysemu/os-posix.h
@@ -52,7 +52,6 @@ void os_setup_post(void);
  int os_mlock(void);
#define closesocket(s) close(s)
-#define ioctlsocket(s, r, v) ioctl(s, r, v)
int os_set_daemonize(bool d);
  bool is_daemonized(void);


Reply via email to