qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX
@ 2020-05-15 20:30 Dan Robertson
  2020-05-15 20:30 ` [PATCH 1/1] " Dan Robertson
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Robertson @ 2020-05-15 20:30 UTC (permalink / raw)
  To: Greg Kurz, Christian Schoenebeck; +Cc: Dan Robertson, qemu-devel

When compliling qemu with `--enable-virtfs` and musl libc, XATTR_SIZE_MAX
is undeclared in v9fs_xattrcreate. Things compile fine with glibc as
linux/limits.h is indirectly included via dirent.h.

Dan Robertson (1):
  9pfs: include linux/limits.h for XATTR_SIZE_MAX

 hw/9pfs/9p.c | 1 +
 1 file changed, 1 insertion(+)




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

end of thread, other threads:[~2020-05-16 15:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-15 20:30 [PATCH 0/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX Dan Robertson
2020-05-15 20:30 ` [PATCH 1/1] " Dan Robertson
2020-05-16  5:22   ` Philippe Mathieu-Daudé
2020-05-16 10:28   ` Christian Schoenebeck
2020-05-16 11:30   ` Greg Kurz
2020-05-16 14:41     ` Dan Robertson

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).