blob: eccf81a361768141f7572d258c331971d6e86b32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- testmemcli.cpp.orig 2008-02-18 12:24:33.000000000 +0800
+++ testmemcli.cpp 2008-02-18 12:24:40.000000000 +0800
@@ -98,7 +98,7 @@
int main( int argc, char * argv[] )
{
- assert ( sigset ( SIGPIPE, SIG_IGN ) != SIG_ERR ) ;
+ assert ( signal ( SIGPIPE, SIG_IGN ) != SIG_ERR ) ;
const char * config = "testmemcli.ini";
int loops = 100;
|