summaryrefslogtreecommitdiff
path: root/src/uname.h
blob: 2f4a872423d3304e184b703abeca1f608a6efb94 (plain)
1
2
3
4
5
6
7
/* This is for the `uname' program. */
#define UNAME_UNAME 1

/* This is for the `arch' program.  */
#define UNAME_ARCH 2

extern int uname_mode;