Help for this page

Select Code to Download


  1. or download this
    mkdir /tmp/phfiles
    
    ...
    grep sendmsg */*.ph
    grep recvmsg */*.ph
    
  2. or download this
    $ cd /tmp/phfiles
    
    ...
    bits/syscall.ph:    eval 'sub SYS_recvmsg () { &__NR_recvmsg;}' unless
    + defined(&SYS_recvmsg);
    bits/syscall.ph:    eval 'sub SYS_recvmsg () { &__NR_recvmsg;}' unless
    + defined(&SYS_recvmsg);