Parent Directory
|
Revision Log
|
Patch
| Revision 9 by trond, 2014-11-07T12:40:00Z | Revision 10 by trond, 2014-11-07T13:50:02Z | |
|---|---|---|
| # | Line 69 noreturn int main(int argc, char **argv) | Line 69 noreturn int main(int argc, char **argv) |
| 69 | fprintf(stderr, | fprintf(stderr, |
| 70 | "%s: pthread_create(&tid, NULL, livstidsfange, (void *)%2zu) = %s (%d)\n", | "%s: pthread_create(&tid, NULL, livstidsfange, (void *)%2zu) = %s (%d)\n", |
| 71 | argv[0], i, strerror(errno), errno); | argv[0], i, strerror(errno), errno); |
| 72 | exit(1); | _exit(1); |
| 73 | } // if | } // if |
| 74 | } // for | } // for |
| 75 |
|
||||||||
| svn@ximalas.info | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |