[$(subdir)==login] (sysdep_routines): Add setutxent, getutxent,

endutxent, getutxid, getutxline, pututxline, and utmpxname.
This commit is contained in:
Ulrich Drepper 2000-12-05 03:46:39 +00:00
parent e9a0b83c8f
commit aa2f92db99
1 changed files with 7 additions and 0 deletions

View 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