1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* sysdeps/gnu/bits/utmp.h (struct exit_status): Define members
	* sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
This commit is contained in:
Ulrich Drepper
1998-12-05 09:18:32 +00:00
parent 31604a65d1
commit 69c7e1ddd5
3 changed files with 11 additions and 9 deletions

View File

@ -17,7 +17,7 @@
Boston, MA 02111-1307, USA. */
#ifndef _UTMP_H
# error "Never include <bits/utmp.h> directly; use <utmpx.h> instead."
# error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
#endif
#include <paths.h>
@ -42,7 +42,7 @@ struct lastlog
/* The structure describing the status of a terminated process. This
type is used in `struct utmp' below. */
struct __exit_status
struct exit_status
{
#ifdef __USE_GNU
short int e_termination; /* Process termination status. */