diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-26 19:29:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-26 19:29:36 +0000 |
commit | 009479366d6105713c71b413e6f92d39c08e2ab3 (patch) | |
tree | 3fc9f1a4e724de88924de0f9c7eb67a88edd4169 /sysdeps/gnu/bits | |
parent | 69963deb2c6d097d0773fe5e800af8036e481ee9 (diff) | |
download | glibc-009479366d6105713c71b413e6f92d39c08e2ab3.zip glibc-009479366d6105713c71b413e6f92d39c08e2ab3.tar.gz glibc-009479366d6105713c71b413e6f92d39c08e2ab3.tar.bz2 |
Update.
* sysdeps/gnu/bits/utmp.h: Don't prepend exit_status elements with
__ since utmp.h is not mentioned in any standard.
Diffstat (limited to 'sysdeps/gnu/bits')
-rw-r--r-- | sysdeps/gnu/bits/utmp.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/gnu/bits/utmp.h b/sysdeps/gnu/bits/utmp.h index 743257d..d07486e 100644 --- a/sysdeps/gnu/bits/utmp.h +++ b/sysdeps/gnu/bits/utmp.h @@ -1,5 +1,5 @@ /* The `struct utmp' type, describing entries in the utmp file. GNU version. - Copyright (C) 1993, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1993, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -44,13 +44,8 @@ struct lastlog type is used in `struct utmp' 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 }; |