Changeset 92067 in vbox
- Timestamp:
- Oct 26, 2021 8:27:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r92066 r92067 1366 1366 sigaction(SIGTERM, &sa, NULL); 1367 1367 sigaction(SIGUSR1, &sa, NULL); 1368 /* Don't touch SIGUSR2 as IPRT could be using it . */1368 /* Don't touch SIGUSR2 as IPRT could be using it for RTThreadPoke(). */ 1369 1369 1370 1370 #else /* RT_OS_WINDOWS */
Note:
See TracChangeset
for help on using the changeset viewer.