about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libutil.abilist
Commit message (Collapse)AuthorAgeFilesLines
* login: Move libutil into libcFlorian Weimer2021-06-301-6/+1
| | | | | | | | | | | | | | | | 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>
* Move *-le.abilist to le/*.abilistAndreas Schwab2018-12-101-0/+6
Now that powerpc is using separate sysdep dirs for BE vs LE ABI, there is no need for abilist-pattern any more.