Current Path : /usr/local/lib/perl5/site_perl/5.8.9/mach/sys/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/perl5/site_perl/5.8.9/mach/sys/sem.ph |
require '_h2ph_pre.ph'; no warnings 'redefine'; unless(defined(&_SYS_SEM_H_)) { eval 'sub _SYS_SEM_H_ () {1;}' unless defined(&_SYS_SEM_H_); require 'sys/ipc.ph'; unless(defined(&_PID_T_DECLARED)) { eval 'sub _PID_T_DECLARED () {1;}' unless defined(&_PID_T_DECLARED); } unless(defined(&_SIZE_T_DECLARED)) { eval 'sub _SIZE_T_DECLARED () {1;}' unless defined(&_SIZE_T_DECLARED); } unless(defined(&_TIME_T_DECLARED)) { eval 'sub _TIME_T_DECLARED () {1;}' unless defined(&_TIME_T_DECLARED); } if(defined( &COMPAT_FREEBSD4) || defined( &COMPAT_FREEBSD5) || defined( &COMPAT_FREEBSD6) || defined( &COMPAT_FREEBSD7)) { } eval 'sub SEM_UNDO () {010000;}' unless defined(&SEM_UNDO); if(defined( &COMPAT_FREEBSD4) || defined( &COMPAT_FREEBSD5) || defined( &COMPAT_FREEBSD6) || defined( &COMPAT_FREEBSD7) || defined( &_WANT_SEMUN_OLD)) { } eval 'sub GETNCNT () {3;}' unless defined(&GETNCNT); eval 'sub GETPID () {4;}' unless defined(&GETPID); eval 'sub GETVAL () {5;}' unless defined(&GETVAL); eval 'sub GETALL () {6;}' unless defined(&GETALL); eval 'sub GETZCNT () {7;}' unless defined(&GETZCNT); eval 'sub SETVAL () {8;}' unless defined(&SETVAL); eval 'sub SETALL () {9;}' unless defined(&SETALL); eval 'sub SEM_STAT () {10;}' unless defined(&SEM_STAT); eval 'sub SEM_INFO () {11;}' unless defined(&SEM_INFO); eval 'sub SEM_A () { &IPC_W;}' unless defined(&SEM_A); eval 'sub SEM_R () { &IPC_R;}' unless defined(&SEM_R); if(defined(&_KERNEL)) { eval 'sub SEM_ALLOC () {01000;}' unless defined(&SEM_ALLOC); eval 'sub SEM_DEST () {02000;}' unless defined(&SEM_DEST); } else { if((defined(&__BSD_VISIBLE) ? &__BSD_VISIBLE : undef)) { } } } 1;