| 127 | } |
| 128 | |
| 129 | static inline void |
| 130 | patchPOSIXUserMask(int how, const sigset_t *set, sigset_t *oldset) |
| 131 | { |
| 132 | patchPOSIXUserMaskWork(how, set, oldset, &checkpointSignalBlockedForProcess); |
| 133 | } |
| 134 | |
| 135 | /* Multi-threaded version of the above function */ |
| 136 | static inline void |
no test coverage detected