]> granicus.if.org Git - strace/commit
alpha: rename sys_sigprocmask to sys_osf_sigprocmask
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 28 May 2017 00:09:32 +0000 (00:09 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 28 May 2017 00:09:32 +0000 (00:09 +0000)
commit15704213575bf8c6b251559254be8dbea3291fe8
treebc918d96ce5bba2e953e19e1701ccfddcd59b07c
parent556edf91e3fe69eb326e6dcb23542c94daf01928
alpha: rename sys_sigprocmask to sys_osf_sigprocmask

Parsers of sigprocmask and osf_sigprocmask syscalls are different
anyway, so rename the function to match the syscall name.

* signal.c [ALPHA] (SYS_FUNC(sigprocmask)): Rename
to SYS_FUNC(osf_sigprocmask).
* linux/alpha/syscallent.h: Update sys_func.
linux/alpha/syscallent.h
signal.c