repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git]
/
sysdeps
/
generic
/
sys
/
reboot.h
blob
bada28dd6ce3275b59806bbe0b73e8d94ce9b195
1
/* This file should define RB_* macros to be used as flag
2
bits in the argument to the `reboot' system call. */
3
4
#ifndef _SYS_REBOOT_H
5
#define _SYS_REBOOT_H
6
7
#define RB_AUTOBOOT 0
8
9
#endif
/* <sys/reboot.h> */