projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a0b83
)
[$(subdir)==login] (sysdep_routines): Add setutxent, getutxent,
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 5 Dec 2000 03:46:39 +0000
(
03:46
+0000)
committer
Ulrich 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
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/aix/Makefile
b/sysdeps/unix/sysv/aix/Makefile
index
3de7e02
..
b49b562
100644
(file)
--- a/
sysdeps/unix/sysv/aix/Makefile
+++ b/
sysdeps/unix/sysv/aix/Makefile
@@
-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