]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[$(subdir)==login] (sysdep_routines): Add setutxent, getutxent,
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:46:39 +0000 (03:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:46:39 +0000 (03:46 +0000)
endutxent, getutxid, getutxline, pututxline, and utmpxname.

sysdeps/unix/sysv/aix/Makefile

index 3de7e02f49943ab13e428a4c60824219d0567d03..b49b56267e73d36e39e1bc9e4f8407a20c5a69c3 100644 (file)
@@ -9,6 +9,13 @@ ifeq ($(subdir),misc)
 sysdep_routines += dl-open dl-sym dl-close
 endif
 
+ifeq ($(subdir),login)
+sysdep_routines += setutxent getutxent endutxent getutxid getutxline \
+                   pututxline utmpxname
+
+sysdep_headers += utmpx.h bits/utmpx.h
+endif
+
 # Don't compile the ctype glue code, since there is no old non-GNU C library.
 inhibit-glue = yes