From 31604a65d1939a64e89b4329157cf6bbaf51bc61 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 5 Dec 1998 09:12:01 +0000 Subject: Update. 1998-12-05 Ulrich Drepper * sysdeps/gnu/bits/utmp.h: Rename struct exit_status to __exit_status. (struct __exit_status): Define members without leading __ only for __USE_GNU. * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Define members without leading __ only for __USE_GNU. --- sysdeps/gnu/bits/utmpx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/gnu/bits/utmpx.h') diff --git a/sysdeps/gnu/bits/utmpx.h b/sysdeps/gnu/bits/utmpx.h index b7613a1bee..74befe59e7 100644 --- a/sysdeps/gnu/bits/utmpx.h +++ b/sysdeps/gnu/bits/utmpx.h @@ -40,8 +40,13 @@ type is used in `struct utmpx' below. */ struct __exit_status { +#ifdef __USE_GNU + short int e_termination; /* Process termination status. */ + short int e_exit; /* Process exit status. */ +#else short int __e_termination; /* Process termination status. */ short int __e_exit; /* Process exit status. */ +#endif }; -- cgit 1.4.1