mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
[$(subdir)==login] (sysdep_routines): Add setutxent, getutxent,
endutxent, getutxid, getutxline, pututxline, and utmpxname.
This commit is contained in:
parent
e9a0b83c8f
commit
aa2f92db99
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user