summaryrefslogtreecommitdiff
path: root/user/virtualbox-guest-additions/musl-fix-stat-nsec.patch
blob: 4e602702312ac95402725d66fa6707d7bcdaf306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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,4 @@
 #ifdef RT_OS_LINUX
-# ifdef __USE_MISC
 #  define HAVE_STAT_TIMESPEC_BRIEF
-# else
-#  define HAVE_STAT_NSEC
-# endif
 #endif