about summary refs log tree commit diff
path: root/sysdeps/gnu/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-05 17:25:56 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-05 17:25:56 +0000
commit83ce8c14859fbaac297f1c0e3a39e15cd89ad81e (patch)
tree73ec291820ca9bf18106188ebb9aa41905d66f18 /sysdeps/gnu/bits
parent69c7e1ddd555d68a0dc6ff36a831b523715e7cc2 (diff)
downloadglibc-83ce8c14859fbaac297f1c0e3a39e15cd89ad81e.tar.gz
glibc-83ce8c14859fbaac297f1c0e3a39e15cd89ad81e.tar.xz
glibc-83ce8c14859fbaac297f1c0e3a39e15cd89ad81e.zip
Update.
	* locale/Versions: Make experimental locale interface available in
	GLIBC_2.1.
Diffstat (limited to 'sysdeps/gnu/bits')
-rw-r--r--sysdeps/gnu/bits/utmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/bits/utmp.h b/sysdeps/gnu/bits/utmp.h
index a5fabb1dd7..743257d302 100644
--- a/sysdeps/gnu/bits/utmp.h
+++ b/sysdeps/gnu/bits/utmp.h
@@ -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.  */