sysmgr_reboot()
QNX SDP8.0C Library ReferenceAPIDeveloper
Reboot the system
Synopsis:
#include <sys/sysmgr.h>
int sysmgr_reboot( void );
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The sysmgr_reboot() function reboots the calling computer. In order to successfully call this function, your process must have the PROCMGR_AID_REBOOT ability enabled. For more information, see procmgr_ability().
Returns:
The sysmgr_reboot() function doesn't return if successful. If an error occurs, it returns -1 and sets errno.
Errors:
- EPERM
- The calling process doesn't have the required permission; see procmgr_ability().
Classification:
Safety: | |
---|---|
Cancellation point | No |
Signal handler | Yes |
Thread | Yes |
Page updated: