Changeset 39724 in vbox
- Timestamp:
- Jan 8, 2012 1:09:54 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
include/iprt/err.h (modified) (1 diff)
-
src/VBox/Runtime/Makefile.kmk (modified) (2 diffs)
-
src/VBox/Runtime/r3/linux/RTSystemShutdown-linux.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r39721 r39724 1689 1689 /** Power off is not supported by the hardware or the OS. */ 1690 1690 #define VERR_SYS_CANNOT_POWER_OFF (-22400) 1691 /** Shutdown failed. */ 1692 #define VERR_SYS_SHUTDOWN_FAILED (-22401) 1691 1693 /** @} */ 1692 1694 -
trunk/src/VBox/Runtime/Makefile.kmk
r39721 r39724 591 591 generic/RTSemEventMultiWait-2-ex-generic.cpp \ 592 592 generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp \ 593 generic/RTSystemShutdown-generic.cpp \594 593 generic/RTTimeLocalNow-generic.cpp \ 595 594 generic/RTTimerCreate-generic.cpp \ … … 608 607 r3/linux/RTProcIsRunningByName-linux.cpp \ 609 608 r3/linux/RTSystemQueryDmiString-linux.cpp \ 609 r3/linux/RTSystemShutdown-linux.cpp \ 610 610 r3/posix/RTFileQueryFsSizes-posix.cpp \ 611 611 r3/posix/RTHandleGetStandard-posix.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.

