Add i386 memset and memcpy assembly functions
[glibc.git] / conform / data / utmpx.h-data
blob80641ff8f017ba02cedde783eb0356c669afec1c
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008 && !defined XPG3
2 type {struct utmpx}
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
11 // 18235).
12 xfail-element {struct utmpx} {struct timeval} ut_tv
14 type pid_t
16 type {struct timeval}
18 element {struct timeval} time_t tv_sec
19 element {struct timeval} suseconds_t tv_usec
21 constant EMPTY
22 constant BOOT_TIME
23 constant OLD_TIME
24 constant NEW_TIME
25 constant USER_PROCESS
26 constant INIT_PROCESS
27 constant LOGIN_PROCESS
28 constant DEAD_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
39 allow ut_*
40 allow *_t
41 #endif