1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008 && !defined XPG4
4 element {struct utmpx} char ut_user []
5 element {struct utmpx} char ut_id []
6 element {struct utmpx} char ut_line []
7 element {struct utmpx} pid_t ut_pid
8 element {struct utmpx} {short int} ut_type
9 // Layout chosen to be compatible on 32-bit and 64-bit bi-arch
10 // systems, which is incompatible with the standard type (see bug
12 xfail-element {struct utmpx} {struct timeval} ut_tv
18 element {struct timeval} time_t tv_sec
19 element {struct timeval} suseconds_t tv_usec
27 constant LOGIN_PROCESS
30 function void endutxent (void)
31 function {struct utmpx*} getutxent (void)
32 function {struct utmpx*} getutxid (const struct utmpx*)
33 function {struct utmpx*} getutxline (const struct utmpx*)
34 function {struct utmpx*} pututxline (const struct utmpx*)
35 function void setutxent (void)
37 allow-header sys/time.h