VirtualBox

Changeset 97639 in vbox for trunk


Ignore:
Timestamp:
Nov 21, 2022 5:42:41 PM (23 months ago)
Author:
vboxsync
Message:

Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that the Validation Kit's vsheriff can detect this easier [build fix for glibc < 2.32].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ClientWatcher.cpp

    r97638 r97639  
    217217                            LogRel(("Reaper: Pid %d (%x) was signalled: (%d / %#x)\n", pid, pid, Status.iStatus, Status.iStatus));
    218218#else /** @todo Move this to IPRT? */
    219 # if __GLIBC_PREREQ(2, 32)
     219# if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 32)
    220220                            const char *pszSig = sigabbrev_np(Status.iStatus);
    221221# else /* glibc < 2.32 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette