Parent Directory
|
Revision Log
|
Patch
| Revision 9 by trond, 2014-11-07T12:40:00Z | |
|---|---|
| vs. | |
| Revision 10 by trond, 2014-11-07T13:50:02Z | |
*** trunk/livstidsfanger.c 2014/11/07 12:40:00 9
--- trunk/livstidsfanger.c 2014/11/07 13:50:02 10
***************
*** 69,75 ****
fprintf(stderr,
"%s: pthread_create(&tid, NULL, livstidsfange, (void *)%2zu) = %s (%d)\n",
argv[0], i, strerror(errno), errno);
! exit(1);
} // if
} // for
--- 69,75 ----
fprintf(stderr,
"%s: pthread_create(&tid, NULL, livstidsfange, (void *)%2zu) = %s (%d)\n",
argv[0], i, strerror(errno), errno);
! _exit(1);
} // if
} // for
| |
| svn@ximalas.info | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |