Changeset c2df3031
- Timestamp:
- Jan 21, 2021, 1:47:48 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6387f07
- Parents:
- a6b587f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
ra6b587f rc2df3031 6 6 #include <unistd.h> 7 7 extern "C" { 8 #include <signal.h> 8 9 #include <sys/socket.h> 9 10 #include <netinet/in.h> … … 78 79 //=============================================================================================' 79 80 int main( int argc, char * argv[] ) { 81 __sighandler_t s = 1p; 82 signal(SIGPIPE, s); 83 80 84 //=================== 81 85 // Parse args
Note: See TracChangeset
for help on using the changeset viewer.