[go: up one dir, main page]

File: uname.h

package info (click to toggle)
coreutils 8.30-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 55,016 kB
  • sloc: ansic: 184,556; sh: 24,897; perl: 7,361; yacc: 1,843; makefile: 194; python: 47; sed: 16
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (6)
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;