Projects STRLCPY criu Commits ae76eb34
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    criu/cr-service.c
    skipped 1205 lines
    1206 1206   if (setup_sigchld_handler())
    1207 1207   goto err;
    1208 1208   
     1209 + if (close_status_fd())
     1210 + return -1;
     1211 + 
    1209 1212   while (1) {
    1210 1213   int sk;
    1211 1214   
    skipped 35 lines
Please wait...
Page is in error, reload to recover