Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/main.cfa

    rc2df3031 r0197418  
    66#include <unistd.h>
    77extern "C" {
    8         #include <signal.h>
    98        #include <sys/socket.h>
    109        #include <netinet/in.h>
     
    7978//============================================================================================='
    8079int main( int argc, char * argv[] ) {
    81         __sighandler_t s = 1p;
    82         signal(SIGPIPE, s);
    83 
    8480        //===================
    8581        // Parse args
Note: See TracChangeset for help on using the changeset viewer.