repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fiemap copy: don't let write failure go unreported; adjust style, etc.
[coreutils.git]
/
src
/
uname.h
blob
2f4a872423d3304e184b703abeca1f608a6efb94
1
/* This is for the `uname' program. */
2
#define UNAME_UNAME 1
3
4
/* This is for the `arch' program. */
5
#define UNAME_ARCH 2
6
7
extern
int
uname_mode
;