]> Savannah Git Hosting - gnulib.git/commit
login_tty: Ensure declaration in <utmp.h>.
authorBruno Haible <bruno@clisp.org>
Sat, 21 Jan 2023 20:13:20 +0000 (21:13 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 21 Jan 2023 20:13:20 +0000 (21:13 +0100)
commit9041103ed4a5bd4406d05cf12e46330b3dabb33c
tree262250837ca28be59f8f7893867997c4f105fe6b
parent6470d1e832f629e9366a168382be66328968a706
login_tty: Ensure declaration in <utmp.h>.

* tests/test-utmp-c++.cc: New file.
* modules/utmp-c++-tests: New file.

* tests/test-utmp.c: New file.
* modules/utmp-tests: New file.

* lib/login_tty.c: Include <utmp.h>.
* m4/login_tty.m4: New file.
(gl_FUNC_LOGIN_TTY): Moved here from m4/pty.m4. Set HAVE_LOGIN_TTY.
* m4/pty.m4 (gl_FUNC_LOGIN_TTY): Moved to m4/login_tty.m4.
* modules/login_tty (Files): Add m4/login_tty.m4.
(Depends-on): Add utmp. Remove pty. Update condition.
(configure.ac): Update condition. Invoke gl_UTMP_MODULE_INDICATOR
instead of gl_PTY_MODULE_INDICATOR.
(Include): List <utmp.h>.
* doc/glibc-functions/login_tty.texi: Mark the include file diversity as
fixed.
* tests/test-login_tty.c: Include <utmp.h>. Don't declare login_tty
here.

* lib/utmp.in.h: New file.
* m4/utmp_h.m4: New file.
* modules/utmp: New file.
* doc/glibc-headers/utmp.texi: New file.
* doc/gnulib.texi (Glibc Header File Substitutes): Include it.
16 files changed:
ChangeLog
doc/glibc-functions/login_tty.texi
doc/glibc-headers/utmp.texi [new file with mode: 0644]
doc/gnulib.texi
lib/login_tty.c
lib/utmp.in.h [new file with mode: 0644]
m4/login_tty.m4 [new file with mode: 0644]
m4/pty.m4
m4/utmp_h.m4 [new file with mode: 0644]
modules/login_tty
modules/utmp [new file with mode: 0644]
modules/utmp-c++-tests [new file with mode: 0644]
modules/utmp-tests [new file with mode: 0644]
tests/test-login_tty.c
tests/test-utmp-c++.cc [new file with mode: 0644]
tests/test-utmp.c [new file with mode: 0644]