From 400a9f3504f597680cfd8c775dcf9a2cd9077c69 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 29 Dec 2005 14:56:20 +0000 Subject: Hopefully that's the latest fix to be really really sure to load syscall constants --- MDK/Common/System.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MDK') 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 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; -- cgit v1.2.1