- Timestamp:
- Nov 21, 2022 5:42:41 PM (23 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/ClientWatcher.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ClientWatcher.cpp
r97638 r97639 217 217 LogRel(("Reaper: Pid %d (%x) was signalled: (%d / %#x)\n", pid, pid, Status.iStatus, Status.iStatus)); 218 218 #else /** @todo Move this to IPRT? */ 219 # if __GLIBC_PREREQ(2, 32)219 # if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 32) 220 220 const char *pszSig = sigabbrev_np(Status.iStatus); 221 221 # else /* glibc < 2.32 */
Note:
See TracChangeset
for help on using the changeset viewer.

