summaryrefslogtreecommitdiff
path: root/src/uname.h
blob: f4da9b0c31d97a89f210bc14c3d7bfea124f56a6 (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;