projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
000806c
)
add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 12 Jan 2013 14:37:00 +0000
(15:37 +0100)
committer
Szabolcs Nagy
<nsz@port70.net>
Sat, 12 Jan 2013 18:42:39 +0000
(19:42 +0100)
using the glibc names for the magic constants of the linux reboot syscall
include/sys/reboot.h
patch
|
blob
|
history
diff --git
a/include/sys/reboot.h
b/include/sys/reboot.h
index 26cc308875a9cbd61a123f2b6df6aef5917573b6..9702eddba4ba24accb231b81d9e7ed0f79d37656 100644
(file)
--- a/
include/sys/reboot.h
+++ b/
include/sys/reboot.h
@@
-9,6
+9,8
@@
extern "C" {
#define RB_ENABLE_CAD 0x89abcdef
#define RB_DISABLE_CAD 0
#define RB_POWER_OFF 0x4321fedc
+#define RB_SW_SUSPEND 0xd000fce2
+#define RB_KEXEC 0x45584543
int reboot(int);