From 734c60ebb607086ad6d67b2544d6b7baba72a652 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 30 Jun 2021 07:21:14 +0200 Subject: login: Move libutil into libc 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 --- sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist') diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist b/sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist index cff23106f5..b296642cbe 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist +++ b/sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist @@ -1,6 +1 @@ -GLIBC_2.16 forkpty F -GLIBC_2.16 login F -GLIBC_2.16 login_tty F -GLIBC_2.16 logout F -GLIBC_2.16 logwtmp F -GLIBC_2.16 openpty F +GLIBC_2.16 __libutil_version_placeholder F -- cgit 1.4.1