diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 19:51:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 19:51:20 +0000 |
commit | 6eb857c78875a3640508f19f2afb2fc28c5829f2 (patch) | |
tree | 15335686a7d16e21dd6fb53983aba48a1833f436 /sysdeps/gnu/Makefile | |
parent | 71377958c8b059e0b49ad927a5a4575b40545cd8 (diff) | |
download | glibc-6eb857c78875a3640508f19f2afb2fc28c5829f2.tar glibc-6eb857c78875a3640508f19f2afb2fc28c5829f2.tar.gz glibc-6eb857c78875a3640508f19f2afb2fc28c5829f2.tar.bz2 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 'sysdeps/gnu/Makefile')
-rw-r--r-- | sysdeps/gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 14a190acf6..4e814d93cd 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -31,7 +31,7 @@ endif ifeq ($(subdir),login) sysdep_routines += setutxent getutxent endutxent getutxid getutxline \ - pututxline utmpxname updwtmpx + pututxline utmpxname updwtmpx getutmpx getutmp sysdep_headers += utmpx.h bits/utmpx.h endif |