TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / uname.h
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;