DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] vfio: Make buildable with MUSL runtime
@ 2023-05-20 18:07 Philip Prindeville
  2023-05-22  9:27 ` Burakov, Anatoly
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Prindeville @ 2023-05-20 18:07 UTC (permalink / raw)
  To: dev; +Cc: Philip Prindeville

From: Philip Prindeville <philipp@redfish-solutions.com>

pread64() and pwrite64() are declared in <unistd.h> in MUSL and
other (i.e. not glibc) C runtimes.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
---
 drivers/bus/pci/linux/pci_vfio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/pci/linux/pci_vfio.c b/drivers/bus/pci/linux/pci_vfio.c
index fab3483d9f8108fafaff6d022cd41165d1ec5a61..fe83e1a04ec2e7a891425144be3e0aacecb24f09 100644
--- a/drivers/bus/pci/linux/pci_vfio.c
+++ b/drivers/bus/pci/linux/pci_vfio.c
@@ -2,6 +2,7 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
+#include <unistd.h>
 #include <string.h>
 #include <fcntl.h>
 #include <linux/pci_regs.h>
-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-23 19:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-20 18:07 [PATCH 1/1] vfio: Make buildable with MUSL runtime Philip Prindeville
2023-05-22  9:27 ` Burakov, Anatoly
2023-05-23 10:33   ` Thomas Monjalon
2023-05-23 15:46     ` Philip Prindeville
2023-05-23 16:36       ` Thomas Monjalon
2023-05-23 19:00         ` Philip Prindeville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).