glibc/login/Versions
Ulrich Drepper 6eb857c788 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.
1999-05-13 19:51:20 +00:00

46 lines
599 B
Plaintext

libc {
GLIBC_2.0 {
# e*
endutent;
# g*
getlogin; getlogin_r; getutent; getutent_r; getutid; getutid_r; getutline;
getutline_r;
# p*
pututline;
# s*
setutent;
# u*
updwtmp; utmpname;
}
GLIBC_2.1 {
# e*
endutxent;
# g*
getpt; getutxent; getutxid; getutxline; grantpt;
# p*
ptsname; ptsname_r; pututxline;
# s*
setutxent;
# u*
unlockpt; updwtmpx; utmpxname;
}
GLIBC_2.1.1 {
# g*
getutmpx; getutmp;
}
}
libutil {
GLIBC_2.0 {
forkpty; login; login_tty; logout; logwtmp; openpty;
}
}