]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 5 Dec 1998 17:25:56 +0000 (17:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 5 Dec 1998 17:25:56 +0000 (17:25 +0000)
* locale/Versions: Make experimental locale interface available in
GLIBC_2.1.

ChangeLog
locale/Versions
sysdeps/gnu/bits/utmp.h

index b547f7a9cefc981bbc5b26f08b2fe353166d4672..29895bea57931a82bccb3c7082bf0a7864f4b7c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1998-12-05  Ulrich Drepper  <drepper@cygnus.com>
 
+       * locale/Versions: Make experimental locale interface available in
+       GLIBC_2.1.
+
        * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members
        without leading __ only for __USE_GNU.
        * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
index bccb3cbb9dd9205c35ede139d327588b94d879b3..6e3b16690510cfaa05e939666a627e8fc2c6f3f7 100644 (file)
@@ -11,9 +11,6 @@ libc {
     __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
     _libc_intl_domainname; _nl_current_LC_COLLATE; _nl_current_LC_CTYPE;
 
-    # functions from the experimental locale implementation
-    __*_l; __newlocale; __duplocale; __freelocale;
-
     # functions used in inline functions or macros
     __ctype_get_mb_cur_max;
 
@@ -26,4 +23,8 @@ libc {
     # s*
     setlocale;
   }
+  GLIBC_2.1 {
+    # functions from the experimental locale implementation
+    __*_l; __newlocale; __duplocale; __freelocale;
+  }
 }
index a5fabb1dd795f3369dcb0b0bcf915e93ae34fe00..743257d30246b0589a7b4061e7744edf590e985f 100644 (file)
@@ -63,7 +63,7 @@ struct utmp
   char ut_id[4];               /* Inittab ID.  */
   char ut_user[UT_NAMESIZE];   /* Username.  */
   char ut_host[UT_HOSTSIZE];   /* Hostname for remote login.  */
-  struct __exit_status ut_exit;        /* Exit status of a process marked
+  struct exit_status ut_exit;  /* Exit status of a process marked
                                   as DEAD_PROCESS.  */
   long int ut_session;         /* Session ID, used for windowing.  */
   struct timeval ut_tv;                /* Time entry was made.  */