summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MDK/Common/System.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm
index 04993d7..c1008dd 100644
--- a/MDK/Common/System.pm
+++ b/MDK/Common/System.pm
@@ -188,6 +188,9 @@ L<MDK::Common>
use MDK::Common::Math;
use MDK::Common::File;
+
+#- force loading of syscall.ph into this namespace
+delete @INC{qw(syscall.ph bits/syscall.ph sys/syscall.ph asm/unistd.ph)};
require 'syscall.ph';
use Exporter;