From 0a23f4a028db11797894e8defc1fa5320b736650 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 15:02:07 -0500 Subject: merge XOPEN identifiers --- src/utmpx/struct_utmpx.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/utmpx/struct_utmpx.c (limited to 'src/utmpx/struct_utmpx.c') diff --git a/src/utmpx/struct_utmpx.c b/src/utmpx/struct_utmpx.c new file mode 100644 index 00000000..298a846e --- /dev/null +++ b/src/utmpx/struct_utmpx.c @@ -0,0 +1,14 @@ +#include + +struct utmpx { + char ut_user[]; + char ut_id[]; + char ut_line[]; + pid_t ut_pid; + short ut_type; + struct timeval ut_tv; +}; + +/* +XOPEN(400) +*/ -- cgit v1.2.1