mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
734c60ebb6
The symbols forkpty, login, login_tty, logout, logwtmp, openpty were moved using scripts/move-symbol-to-libc.py. This is a single commit because most of the symbols are tied together via forkpty, for example. Several changes to use hidden prototypes are needed. This commit also updates pseudoterminal terminology on modified lines. For 390 (31-bit), this commit follows the existing style for the compat symbol version creation. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
11 lines
144 B
C
11 lines
144 B
C
#ifndef _PTY_H
|
|
#include <login/pty.h>
|
|
|
|
# ifndef _ISOMAC
|
|
|
|
libc_hidden_proto (forkpty)
|
|
libc_hidden_proto (openpty)
|
|
|
|
# endif /* !_ISOMAC */
|
|
#endif
|