home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl / 5.8.8 / sys / syscall.ph < prev    next >
Encoding:
Text File  |  2006-07-07  |  242 b   |  13 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. unless(defined(&_SYSCALL_H)) {
  6.     eval 'sub _SYSCALL_H () {1;}' unless defined(&_SYSCALL_H);
  7.     require 'asm/unistd.ph';
  8.     unless(defined(&_LIBC)) {
  9.     require 'bits/syscall.ph';
  10.     }
  11. }
  12. 1;
  13.