1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/virtualbox-guest-additions/musl-fix-stat-nsec.patch

11 lines
272 B
Diff

--- VirtualBox-7.0.0.orig/src/VBox/Runtime/include/internal/fs.h
+++ VirtualBox-7.0.0/src/VBox/Runtime/include/internal/fs.h
@@ -72,8 +72,6 @@
#ifdef RT_OS_LINUX
# ifdef __USE_MISC
# define HAVE_STAT_TIMESPEC_BRIEF
-# else
-# define HAVE_STAT_NSEC
# endif
#endif