]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 26 Jan 1999 19:29:36 +0000 (19:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 26 Jan 1999 19:29:36 +0000 (19:29 +0000)
* sysdeps/gnu/bits/utmp.h: Don't prepend exit_status elements with
__ since utmp.h is not mentioned in any standard.

ChangeLog
sysdeps/gnu/bits/utmp.h

index 073acf85dde377f3a6e8005e615d3d08c1c28c05..f1a0d41f2aafd92e3cc1f3b880d59c018cf54de1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-26  Ulrich Drepper  <drepper@cygnus.com>
 
+       * sysdeps/gnu/bits/utmp.h: Don't prepend exit_status elements with
+       __ since utmp.h is not mentioned in any standard.
+
        * sysdeps/unix/sysv/linux/i386/clone.S: When not using PIC don't
        use jecxz since the label might be far away.
 
index 743257d30246b0589a7b4061e7744edf590e985f..d07486e9c02bbc0ee8ed93bbb0b019470087dcd5 100644 (file)
@@ -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
   };
 
 
This page took 0.050715 seconds and 5 git commands to generate.