From 6eb857c78875a3640508f19f2afb2fc28c5829f2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 May 1999 19:51:20 +0000 Subject: Update 1999-05-13 H.J. Lu * 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. --- login/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'login') 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 { -- cgit v1.2.3