| 164 | } |
| 165 | |
| 166 | extern "C" pid_t |
| 167 | tcgetsid(int fd) |
| 168 | { |
| 169 | DMTCP_PLUGIN_DISABLE_CKPT(); |
| 170 | |
| 171 | pid_t retval = REAL_TO_VIRTUAL_PID(_real_tcgetsid(fd)); |
| 172 | |
| 173 | JTRACE("tcgetsid return value") (fd) (retval); |
| 174 | DMTCP_PLUGIN_ENABLE_CKPT(); |
| 175 | |
| 176 | return retval; |
| 177 | } |
| 178 | |
| 179 | extern "C" pid_t |
| 180 | getpgrp(void) |
no test coverage detected