aboutsummaryrefslogtreecommitdiffstats
path: root/community/virtualbox-guest-additions/musl-fix-stat-nsec.patch
blob: d0d073e6515607458d6e6064965f66809093396b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- VirtualBox-5.0.12/src/VBox/Runtime/include/internal/fs.h.orig
+++ VirtualBox-5.0.12/src/VBox/Runtime/include/internal/fs.h
@@ -49,8 +49,6 @@
 #ifdef RT_OS_LINUX
 # ifdef __USE_MISC
 #  define HAVE_STAT_TIMESPEC_BRIEF
-# else
-#  define HAVE_STAT_NSEC
 # endif
 #endif