about summary refs log tree commit diff
path: root/login/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-13 19:51:20 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-13 19:51:20 +0000
commit6eb857c78875a3640508f19f2afb2fc28c5829f2 (patch)
tree15335686a7d16e21dd6fb53983aba48a1833f436 /login/Versions
parent71377958c8b059e0b49ad927a5a4575b40545cd8 (diff)
downloadglibc-6eb857c78875a3640508f19f2afb2fc28c5829f2.tar.gz
glibc-6eb857c78875a3640508f19f2afb2fc28c5829f2.tar.xz
glibc-6eb857c78875a3640508f19f2afb2fc28c5829f2.zip
Update
1999-05-13  H.J. Lu  <hjl@gnu.org>

	* login/Versions (getutmpx): Added to GLIBC_2.1.1.
	(getutmp): Likewise.

	* sysdeps/gnu/Makefile (sysdep_routines): Add getutmp and
	getutmpx for login.

	* sysdeps/gnu/utmpx.h (getutmp): Added.
	(getutmpx): Likewise.

	* sysdeps/generic/getutmp.c: New file.

	* sysdeps/generic/getutmpx.c: New file.
Diffstat (limited to 'login/Versions')
-rw-r--r--login/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/login/Versions b/login/Versions
index b7cc90c7da..11a069a47f 100644
--- a/login/Versions
+++ b/login/Versions
@@ -32,6 +32,10 @@ libc {
     # u*
     unlockpt; updwtmpx; utmpxname;
   }
+  GLIBC_2.1.1 {
+    # g*
+    getutmpx; getutmp;
+  }
 }
 
 libutil {